# 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-grpc" version = "0.20221216.1" include = [ "src/lib.rs", "src/generated/*", ] description = "Bindings for CipherStash gRPC calls." homepage = "https://cipherstash.com" readme = "README.md" license-file = "LICENSE" resolver = "2" [dependencies.cipherstash-grpc-web-client] version = "0.1.2" optional = true [dependencies.prost] version = "0.9" default-features = false [dependencies.tonic] version = "0.6" features = [ "codegen", "prost", ] default-features = false [build-dependencies.tonic-build] version = "0.6" features = [ "prost", "compression", ] default-features = false [features] default = [] native = [ "tonic/tls-roots", "tonic/compression", "prost/std", ] wasm = ["dep:cipherstash-grpc-web-client"] web-worker = [ "wasm", "dep:cipherstash-grpc-web-client", "cipherstash-grpc-web-client?/web-worker", ]