# 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 = "gxtdb-rs" version = "0.0.1" description = "Rust client for XTDB database over gRPC" keywords = [ "XTDB", "gRPC", "Client", ] license = "MIT" resolver = "1" [[example]] name = "status" required-features = [] [dependencies.chrono] version = "0.4.26" features = ["serde"] optional = true [dependencies.prost] version = "0.11" [dependencies.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", ] [dependencies.tonic] version = "0.9.2" [dev-dependencies.futures] version = "0.3" [dev-dependencies.prost-types] version = "0.11" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tower] version = "0.4" [build-dependencies.tonic-build] version = "0.9.2" features = ["prost"] [features] chrono = ["dep:chrono"] default = ["chrono"]