# 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 = "milvus-sdk" version = "0.0.1-pre-alpha" authors = [ "Dakota Brink ", "yah01 ", ] description = "Milvus client SDK" readme = "README.md" keywords = [ "milvus", "database", "vector", "client", "sdk", ] categories = ["Database interfaces"] license = "Apache-2.0" repository = "https://github.com/milvus-io/milvus-sdk-rust" resolver = "2" [lib] name = "milvus" [[example]] name = "main_example" [dependencies.anyhow] version = "1" [dependencies.prost] version = "0.10" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tonic] version = "0.7" [build-dependencies.tonic-build] version = "0.7"