# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "redox_pkgutils" version = "0.1.9" authors = ["Jeremy Soller "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Redox Packaging Utilities" readme = "README.md" license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/pkgutils" [lib] name = "pkgutils" path = "src/lib.rs" [[bin]] name = "pkg" path = "src/bin/pkg.rs" [[test]] name = "dependency_test" path = "tests/dependency_test.rs" [dependencies.bidir-map] version = "1" [dependencies.clap] version = "2" default-features = false [dependencies.indexmap] version = "2" [dependencies.libflate] version = "2" [dependencies.pbr] version = "1" [dependencies.petgraph] version = "0.6" [dependencies.redox_liner] version = "0.5" [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.sha3] version = "0.10" [dependencies.tar] version = "0.4" [dependencies.toml] version = "0.8" [dependencies.version-compare] version = "0.0"