# 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-keys" version = "0.1.15" authors = ["Wesley Hershberger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Key management tool/library for pkgar" readme = "README.md" license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/pkgar" [lib] name = "pkgar_keys" path = "src/lib.rs" [[bin]] name = "pkgar-keys" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.dirs] version = "3.0.1" [dependencies.error-chain] version = "0.12" [dependencies.hex] version = "0.4.2" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.pkgar-core] version = "0.1.15" [dependencies.seckey] version = "0.11.2" [dependencies.serde] version = "=1.0.197" features = ["derive"] default-features = false [dependencies.termion] version = "4" [dependencies.toml] version = "0.8" [dependencies.user-error] version = "1.2.8"