redox_pkgutils 0.1.3

Redox Packaging Utilities
Documentation
# 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]
name = "redox_pkgutils"
version = "0.1.3"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
build = "build.rs"
description = "Redox Packaging Utilities"
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"
[dependencies.bidir-map]
version = "0.6.0"

[dependencies.clap]
version = "2.25"
default-features = false

[dependencies.hyper]
version = "0.10"
default-features = false

[dependencies.hyper-rustls]
version = "0.6"

[dependencies.libflate]
version = "0.1.4"

[dependencies.liner]
version = "0.4"

[dependencies.ordermap]
version = "0.2.11"

[dependencies.pbr]
version = "1.0"

[dependencies.petgraph]
version = "0.4.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.sha3]
version = "0.8.2"

[dependencies.tar]
version = "0.4"

[dependencies.toml]
version = "0.4"

[dependencies.version-compare]
version = "0.0.4"