# 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 = "vapstore-cli" version = "0.1.1" authors = ["Parity Technologies "] description = "Tetsy Vapory Key Management CLI" homepage = "https://github.com/openvapory/tetsy-vapory" documentation = "https://docs.rs/vapstore-cli" license = "GPL-3.0" repository = "https://github.com/openvapory/tetsy-vapory" [[bin]] name = "vapstore" path = "src/main.rs" doc = false [dependencies.dir] version = "0.1.2" [dependencies.docopt] version = "1.0" [dependencies.env_logger] version = "0.5" [dependencies.num_cpus] version = "1.6" [dependencies.panic-hook] version = "0.1.0" [dependencies.parking_lot] version = "0.9" [dependencies.rustc-hex] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tetsy-crypto] version = "0.4.2" features = ["publickey"] [dependencies.vapkey] version = "0.4.0" [dependencies.vapstore] version = "0.2.1" [dev-dependencies.tempdir] version = "0.3"