[package] name = "hence" version = "0.1.0" edition = "2021" [lib] name = "hence" path = "src/lib/lib.rs" [[bin]] name = "hence" path = "src/bin/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.10.2" num-parse = "0.1.2" clap = { version = "3.2.16", features = ["derive"] } rhexdump = "0.1.1" radix_fmt = "1" rand = "0.8.5" console = "0.15.1"