# 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-proto" version = "0.12.0" description = "Bolt protocol primitives: values, messages, and serialization / deserialization." readme = "README.md" keywords = [ "bolt", "protocol", "neo4j", ] categories = [ "network-programming", "database", "encoding", ] license = "MIT" repository = "https://github.com/0xSiO/bolt-rs" resolver = "1" [dependencies.bolt-proto-derive] version = "0.6.0" [dependencies.bytes] version = "1.3.0" [dependencies.chrono] version = "0.4.0" features = ["std"] default-features = false [dependencies.chrono-tz] version = "0.8.0" [dependencies.futures-util] version = "0.3.0" features = ["io"] default-features = false [dependencies.thiserror] version = "1.0.0"