# 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 = "typedb-client" version = "0.1.2" description = "TypeDB Client API for Rust" homepage = "https://github.com/vaticle/typedb-client-rust" documentation = "https://github.com/vaticle/typedb-client-rust/blob/master/README.md" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/vaticle/typedb-client-rust" resolver = "2" [lib] path = "src/lib.rs" [dependencies.chrono] version = "0.4.22" features = [ "clock", "default", "iana-time-zone", "js-sys", "oldtime", "std", "time", "wasm-bindgen", "wasmbind", "winapi", ] [dependencies.crossbeam] version = "0.8.2" features = [ "alloc", "crossbeam-channel", "crossbeam-deque", "crossbeam-epoch", "crossbeam-queue", "default", "std", ] [dependencies.futures] version = "0.3.21" features = [ "alloc", "async-await", "default", "executor", "futures-executor", "std", "thread-pool", ] [dependencies.log] version = "0.4.8" features = [] [dependencies.prost] version = "0.11.0" features = [ "default", "prost-derive", "std", ] [dependencies.tokio] version = "1.20.1" 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", ] [dependencies.tonic] version = "0.8.0" features = [ "async-trait", "axum", "channel", "codegen", "default", "h2", "hyper", "hyper-timeout", "prost", "prost-derive", "prost1", "tokio", "tower", "tracing-futures", "transport", ] [dependencies.typedb-protocol] version = "0.1.0" [dependencies.uuid] version = "1.1.2" features = [ "default", "fast-rng", "private_getrandom", "private_rand", "rng", "std", "v4", ] [dev-dependencies.futures] version = "0.3.21" features = [ "alloc", "async-await", "default", "executor", "futures-executor", "std", "thread-pool", ] [dev-dependencies.tokio] version = "1.20.1" 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", ]