# 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" rust-version = "1.78.0" name = "pinecone-sdk" version = "0.1.2" build = false exclude = ["tests/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Pinecone Rust SDK" homepage = "https://www.pinecone.io/" readme = "README.md" keywords = [ "pinecone", "vector", "database", "cloud", "vectordb", ] categories = [ "api-bindings", "database", ] license = "Apache-2.0" repository = "https://github.com/pinecone-io/pinecone-rust-client" [lib] name = "pinecone_sdk" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.once_cell] version = "1.19" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "^0.12" features = [ "json", "multipart", ] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.snafu] version = "0.8" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.11" features = [ "tls", "transport", "tls-roots", ] [dependencies.url] version = "^2.5" [dependencies.uuid] version = "^1.8" features = [ "serde", "v4", ] [dev-dependencies.httpmock] version = "0.7.0-rc.1" [dev-dependencies.serial_test] version = "3.1" [dev-dependencies.temp-env] version = "0.3" [build-dependencies.tonic-build] version = "0.11"