[package] name = "emuman" description = "Utility for managing emulator ROM files." version = "2.10.2" authors = ["Brian Langenberger "] license = "MIT/Apache-2.0" repository = "https://github.com/tuffy/emuman" edition = "2021" [dependencies] clap = {version = "4.5", features=["derive"]} sha1_smol = "1.0" rayon = "1.10" walkdir = "2" directories = "5.0" serde = "1.0" serde_derive = "1.0" toml = "0.8" ciborium = "0.2" fxhash = "0.2" nohash = "0.2" indicatif = {version = "0.17", features=["rayon"]} zip = "2.2" dashmap = {version = "6.1", features=["rayon"]} attohttpc = "0.28" quick-xml = {version = "0.26", features=["serialize"]} url = "2.5" hex = "0.4" base64 = "0.22" inquire = "0.7" iter-group = "0.2" comfy-table = "7.1" bitstream-io = "2.2" terminal_size = "0.4" filesize = "0.2" fnv = "1.0.7" sevenz-rust = "0.6" [target.'cfg(not(target_os = "windows"))'.dependencies] xattr = "1.3"