# 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 = "dcp-rs" version = "0.0.1" authors = ["Eray Arslan relfishere@gmail.com"] exclude = [ "tests/data/*", "tests/scripts/*", ] description = "Couchbase DCP client library" keywords = [ "dcp", "couchbase", "client", ] categories = ["database"] license = "Apache-2.0" [dependencies.byteorder] version = "1.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dev-dependencies.chrono] version = "0.4.31" features = [] [dev-dependencies.env_logger] version = "0.10.1" features = [] [dev-dependencies.testcontainers] version = "0.15.0"