# 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 = "pkgar" version = "0.1.15" authors = [ "Jeremy Soller ", "Wesley Hershberger ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Redox Package Archive" readme = "README.md" license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/pkgar" [lib] name = "pkgar" path = "src/lib.rs" [[bin]] name = "pkgar" path = "src/main.rs" [[test]] name = "transaction" path = "tests/transaction.rs" [dependencies.blake3] version = "0.3.6" features = ["rayon"] default-features = false [dependencies.clap] version = "2.33.3" optional = true [dependencies.error-chain] version = "0.12" [dependencies.pkgar-core] version = "0.1.15" [dependencies.pkgar-keys] version = "0.1.15" [dependencies.plain] version = "0.2.3" [dependencies.user-error] version = "1.2.8" [dev-dependencies.copy_dir] version = "0.1.2" [dev-dependencies.tempfile] version = "3.1.0" [features] default = [ "clap", "std", ] std = []