# 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 = "turbopuffer-client" version = "0.0.3" authors = ["Ragkit "] description = "Client for the turbopuffer vector database" homepage = "https://github.com/ragkit/turbopuffer-client" documentation = "https://docs.rs/turbopuffer-client/latest/turbopuffer-client/" readme = "README.md" license = "MIT" repository = "https://github.com/ragkit/turbopuffer-client" [lib] path = "src/lib.rs" [dependencies.reqwest] version = "0.12" features = [ "gzip", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.tokio] version = "1" features = ["full"]