# 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 = "cassander" version = "0.1.2" authors = ["Oleksandr Manenko "] links = "cassandra" description = "A Rustified wrapper around the DataStax C/C++ Driver for Apache Cassandra and DataStax Products" documentation = "https://docs.rs/cassander" readme = "README.md" keywords = [ "cassandra", "datastax", ] categories = ["database"] license = "MIT" repository = "https://github.com/manenko/cassander" [dependencies.bigdecimal] version = "0.4" optional = true [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.dashmap] version = "5.5" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.12" [dependencies.num-bigint] version = "0.4" optional = true [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.7" optional = true [build-dependencies.bindgen] version = "0.69.4" [features] bigdecimal = ["dep:bigdecimal"] chrono = ["dep:chrono"] default = [ "bigdecimal", "chrono", "num-bigint", "uuid", ] num-bigint = ["dep:num-bigint"] uuid = ["dep:uuid"]