# Generated by Vaticle Rust IDE sync tool. # Do not commit or modify this file. [package] name = "typedb-client" edition = "2021" version = "0.1.2" description = "TypeDB Client API for Rust" license = "Apache-2.0" homepage = "https://github.com/vaticle/typedb-client-rust" repository = "https://github.com/vaticle/typedb-client-rust" readme = "README.md" documentation = "https://github.com/vaticle/typedb-client-rust/blob/master/README.md" [lib] path = "src/lib.rs" [dev-dependencies] [dev-dependencies.tokio] features = ["bytes", "default", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "rt", "rt-multi-thread", "socket2", "sync", "time", "tokio-macros", "winapi"] version = "1.20.1" [dev-dependencies.futures] features = ["alloc", "async-await", "default", "executor", "futures-executor", "std", "thread-pool"] version = "0.3.21" [dependencies] [dependencies.tokio] features = ["bytes", "default", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "rt", "rt-multi-thread", "socket2", "sync", "time", "tokio-macros", "winapi"] version = "1.20.1" [dependencies.prost] features = ["default", "prost-derive", "std"] version = "0.11.0" [dependencies.typedb-protocol] version = "0.1.0" [dependencies.log] features = [] version = "0.4.8" [dependencies.tonic] features = ["async-trait", "axum", "channel", "codegen", "default", "h2", "hyper", "hyper-timeout", "prost", "prost-derive", "prost1", "tokio", "tower", "tracing-futures", "transport"] version = "0.8.0" [dependencies.futures] features = ["alloc", "async-await", "default", "executor", "futures-executor", "std", "thread-pool"] version = "0.3.21" [dependencies.chrono] features = ["clock", "default", "iana-time-zone", "js-sys", "oldtime", "std", "time", "wasm-bindgen", "wasmbind", "winapi"] version = "0.4.22" [dependencies.uuid] features = ["default", "fast-rng", "private_getrandom", "private_rand", "rng", "std", "v4"] version = "1.1.2" [dependencies.crossbeam] features = ["alloc", "crossbeam-channel", "crossbeam-deque", "crossbeam-epoch", "crossbeam-queue", "default", "std"] version = "0.8.2"