4 authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"]
7 repository = "https://github.com/ouch-org/ouch"
9 keywords = ["decompression", "compression", "zip", "tar", "gzip", "accessibility", "a11y"]
10 categories = ["command-line-utilities", "compression", "encoding"]
11 description = "A command-line utility for easily compressing and decompressing files and directories."
13 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
18 clap = "=3.0.0-beta.5" # Keep it pinned while in beta!
19 flate2 = { version = "1.0.22", default-features = false }
22 linked-hash-map = "0.5.4"
29 zip = { version = "0.5.13", default-features = false }
30 zstd = { version = "0.9.0", default-features = false }
35 clap = "=3.0.0-beta.5"
36 clap_generate = "=3.0.0-beta.5"
41 parse-display = "0.5.3"
43 rand = { version = "0.8.3", default-features = false, features = ["small_rng", "std"] }
44 test-strategy = "0.1.2"
47 default = ["flate2/zlib", "zip/deflate-zlib", "zstd/thin"]