[package] name = "mekadb" license = "Apache-2.0" description = "Hypi's official MekaDB Rust client." homepage = "https://hypi.ai/mekadb" documentation = "https://hypi.ai/docs/mekadb/how-to-connect" repository = "https://github.com/hypi-universe/" categories = ["database"] keywords = ["mekadb", "sql", "database-client", "mekadb-client", "sql-client"] readme = "README.md" version = "0.1.0" edition.workspace = true authors.workspace = true rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #mekadb-utils = {path = "../../mekadb-utils", version = "0.1.0"} futures = {workspace = true} futures-util = {workspace = true} tokio = { workspace = true } tokio-stream = {workspace=true} chrono = {workspace = true} log = { workspace = true } tonic = { workspace = true } prost = {workspace=true} serde_json = {workspace = true} #simple_logger = {workspace = true} thiserror = {workspace = true} [build-dependencies] tonic-build = { version = "0.10.2", features = ["prost"] }