# 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] edition = "2018" name = "helvetia" version = "0.2.0" authors = ["Alex Pyrgiotis "] description = "A library and API server that allows anonymous storage of secrets, with a simple\nrule; any user can create a secret using a token, and they can only access it\nusing the same token.\n" homepage = "https://github.com/apyrgio/helvetia" readme = "README.md" keywords = ["encryption", "security", "vault", "rest", "cli"] categories = ["command-line-utilities", "cryptography"] license = "MPL-2.0" repository = "https://github.com/apyrgio/helvetia" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13" [dependencies.caves] version = "0.2" [dependencies.clap] version = "2" optional = true [dependencies.protobuf] version = "2" [dependencies.rand] version = "0.8" [dependencies.ring] version = "0.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.20" optional = true [dependencies.strum_macros] version = "0.20" optional = true [dependencies.subtle] version = "2" [dependencies.thiserror] version = "1.0" [dependencies.tindercrypt] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.warp] version = "0.3" [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.assert_fs] version = "1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.predicates] version = "1" [dev-dependencies.reqwest] version = "0.11" features = ["blocking", "json"] default-features = false [build-dependencies.protoc-rust] version = "2" optional = true [features] cli = ["clap", "strum", "strum_macros"] default = ["cli"] proto-gen = ["protoc-rust"] with-rocksdb = ["caves/with-rocksdb"]