# 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 = "bolt-client" version = "0.11.0" description = "A client that sends messages using the Bolt protocol." readme = "README.md" keywords = [ "bolt", "client", "neo4j", ] categories = [ "network-programming", "database", "asynchronous", "encoding", ] license = "MIT" repository = "https://github.com/0xSiO/bolt-rs" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bolt-client-macros] version = "0.3.0" [dependencies.bolt-proto] version = "0.12.0" [dependencies.bytes] version = "1.3.0" [dependencies.futures-util] version = "0.3.0" features = ["io"] default-features = false [dependencies.pin-project] version = "1.0.0" optional = true [dependencies.thiserror] version = "1.0.0" [dependencies.tokio] version = "1.23.0" features = [ "io-util", "net", ] optional = true [dependencies.tokio-rustls] version = "0.23.0" optional = true [dependencies.webpki-roots] version = "0.22.0" optional = true [dev-dependencies.chrono] version = "0.4.0" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1.23.0" features = [ "macros", "net", "rt-multi-thread", ] [dev-dependencies.tokio-util] version = "0.7.0" features = ["compat"] [features] tokio-stream = [ "pin-project", "tokio", "tokio-rustls", "webpki-roots", ]