# 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-wasm" version = "0.1.0-beta.0" include = [ "src/lib.rs", "src/generated/*", ] description = "Bindings for CipherStash gRPC calls." license = "GPL-3.0" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-Os"] [profile.release] opt-level = "z" lto = true codegen-units = 1 [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.grpc-web-client] version = "0.1.2" features = ["web-worker"] package = "cipherstash-grpc-web-client" [dependencies.js-sys] version = "0.3" default-features = false [dependencies.prost] version = "0.9" default-features = false [dependencies.tonic] version = "0.6" features = [ "codegen", "prost", ] default-features = false [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] default-features = false [dependencies.wasm-bindgen-test] version = "0.3" default-features = false [build-dependencies.tonic-build] version = "0.6" features = ["prost"] default-features = false