# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "taro" version = "0.1.0" authors = ["Anton Lazarev "] description = "In-place tar file extractor for memory-limited systems" readme = "README.md" keywords = ["tar", "extract", "archive", "unzip", "in-place"] categories = ["command-line-utilities", "compression", "filesystem", "parsing"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/antonok/taro" [dependencies.clap] version = ">= 2.32.0" features = ["color", "suggestions", "wrap_help"] [dependencies.filetime] version = ">= 0.2.4" [dev-dependencies.assert_cli] version = ">= 0.6.3" [dev-dependencies.assert_cmd] version = ">= 0.10" [dev-dependencies.generic-array] version = ">= 0.12.0" [dev-dependencies.lazy_static] version = ">= 1.1.0" [dev-dependencies.sha2] version = ">= 0.1.0" [dev-dependencies.walkdir] version = ">= 2.0"