# 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 = "2018" name = "cassandra-protocol" version = "3.3.0" authors = [ "Alex Pikalov ", "Kamil Rojewski ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cassandra protocol implementation" homepage = "https://github.com/krojew/cdrs-tokio" documentation = "https://docs.rs/cassandra-protocol" readme = "README.md" keywords = [ "cassandra", "client", "cassandradb", ] categories = [ "asynchronous", "database", ] license = "MIT/Apache-2.0" repository = "https://github.com/krojew/cdrs-tokio" [lib] name = "cassandra_protocol" path = "src/lib.rs" [dependencies.arc-swap] version = "1.6.0" [dependencies.bitflags] version = "2.5.0" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.31" features = ["std"] default-features = false [dependencies.crc32fast] version = "1.4.0" [dependencies.derivative] version = "2.2.0" [dependencies.derive_more] version = "1.0.0" features = [ "constructor", "display", ] [dependencies.float_eq] version = "1.0.1" [dependencies.integer-encoding] version = "4.0.0" [dependencies.itertools] version = "0.13.0" [dependencies.lz4_flex] version = "0.11.1" [dependencies.num-bigint] version = "0.4.1" [dependencies.snap] version = "1.1.0" [dependencies.thiserror] version = "1.0.48" [dependencies.time] version = "0.3.29" features = ["macros"] [dependencies.uuid] version = "1.8.0" [features] e2e-tests = []