# 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 = "2021" name = "cipherstash-cli" version = "0.3.0" description = "The official CLI for CipherStash." homepage = "https://cipherstash.com" readme = "README.md" license-file = "LICENSE" [[bin]] name = "stash" path = "src/main.rs" [dependencies.async-trait] version = "0.1.58" [dependencies.cipherstash-client] version = "0.6.0" [dependencies.clap] version = "4.0.2" features = [ "cargo", "derive", ] [dependencies.hex] version = "0.4" [dependencies.open] version = "3.0.3" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tabled] version = "0.10.0" [dependencies.tokio] version = "1.18" features = ["full"]