cassandra-protocol 4.0.1

Cassandra protocol implementation
Documentation
# 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"
rust-version = "1.74"
name = "cassandra-protocol"
version = "4.0.1"
authors = [
    "Alex Pikalov <alex.pikalov.khar@gmail.com>",
    "Kamil Rojewski <kamil.rojewski@gmail.com>",
]
build = false
autolib = 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"

[features]
e2e-tests = []

[lib]
name = "cassandra_protocol"
path = "src/lib.rs"

[dependencies.arc-swap]
version = "1.7.1"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.bytes]
version = "1.11.0"

[dependencies.chrono]
version = "0.4.31"
features = ["std"]
default-features = false

[dependencies.crc32fast]
version = "1.5.0"

[dependencies.derivative]
version = "2.2.0"

[dependencies.derive_more]
version = "2.1.0"
features = [
    "constructor",
    "display",
]

[dependencies.float_eq]
version = "1.0.1"

[dependencies.integer-encoding]
version = "4.1.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lz4_flex]
version = "0.13.0"

[dependencies.num-bigint]
version = "0.4.1"

[dependencies.snap]
version = "1.1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.29"
features = ["macros"]

[dependencies.uuid]
version = "1.19.0"