# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rusdb-core" version = "0.1.2" description = "Database driver for `rusdb`, which uses gRPC to communicate." documentation = "https://docs.rs/rusdb-core" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/envis10n/rusdb-core" [dependencies.async_once] version = "0.2.1" [dependencies.bson] version = "2" features = ["uuid-0_8"] [dependencies.lazy_static] version = "1.4.0" [dependencies.prost] version = "0.8.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.tonic] version = "0.5.2" [dependencies.uuid] version = "0.8" features = ["v4", "serde"] [build-dependencies.tonic-build] version = "0.5.2"