# 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 = "2018" name = "momento" version = "0.43.1" authors = ["momento"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client SDK for Momento services" homepage = "https://gomomento.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/momentohq/client-sdk-rust" [lib] name = "momento" path = "src/lib.rs" [[example]] name = "test-setup" path = "scripts/test-setup.rs" test = false doc = false [[example]] name = "test-teardown" path = "scripts/test-teardown.rs" test = false doc = false [[test]] name = "mod" path = "tests/mod.rs" [dependencies.base64] version = "0.21" [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0" [dependencies.h2] version = "0.3" [dependencies.hyper] version = "0.14" [dependencies.log] version = "0.4" [dependencies.momento-protos] version = "0.113.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tonic] version = "0.10" features = [ "tls", "tls-roots", "tls-webpki-roots", ] [dependencies.zstd] version = "0.12.4" [dev-dependencies.anyhow] version = "1" [dev-dependencies.base64-url] version = "2" [dev-dependencies.env_logger] version = "0" [dev-dependencies.futures] version = "0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0" [dev-dependencies.uuid] version = "1" features = ["v4"]