# 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.64" name = "mekadb" version = "0.1.0" authors = ["MekaDB "] description = "Hypi's official MekaDB Rust client." homepage = "https://hypi.ai/mekadb" documentation = "https://hypi.ai/docs/mekadb/how-to-connect" readme = "README.md" keywords = [ "mekadb", "sql", "database-client", "mekadb-client", "sql-client", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/hypi-universe/" [dependencies.chrono] version = "0.4.9" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.log] version = "0.4.20" [dependencies.prost] version = "0.12.3" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "^1.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tonic] version = "0.10.2" [build-dependencies.tonic-build] version = "0.10.2" features = ["prost"]