[package] name = "cipherstash-cli" version = "0.3.0" edition = "2021" license-file = "LICENSE" homepage = "https://cipherstash.com" readme = "README.md" description = "The official CLI for CipherStash." [[bin]] name = "stash" path = "src/main.rs" [dependencies] async-trait = "0.1.58" cipherstash-client = { version = "0.6.0", path = "../cipherstash-client" } clap = { version = "4.0.2", features = [ "cargo", "derive" ] } hex = "0.4" open = "3.0.3" serde = { version = "1.0.136", features = [ "derive" ] } serde_json = "1.0" tabled = "0.10.0" tokio = { version = "1.18", features = [ "full" ] } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html