[package] name = "shitbox" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] atty = "0.2" clap = "4.0" clap_complete = "4.0" clap_complete_nushell = "0.1" clap_mangen = "0.2" data-encoding = "2.3" hostname = { version = "0.3", features = ["set"] } libc = "0.2" num_cpus = "1.15" rayon = "1.6.1" termcolor = "1.1" textwrap = { version = "0.16", default-features = false, features = ["smawk"] } walkdir = "2.3.2" [profile.release] codegen-units = 1 strip = true lto = true panic = "abort"