# 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 = "scylla-cdc" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for consuming ScyllaDB CDC log for Rust" readme = "README.md" keywords = [ "database", "scylla", "cdc", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/scylladb/scylla-cdc-rust" [lib] name = "scylla_cdc" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.48" [dependencies.async-trait] version = "0.1.51" [dependencies.chrono] version = "0.4.19" [dependencies.futures] version = "0.3.17" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.13.0" [dependencies.num_enum] version = "0.7.2" [dependencies.scylla] version = "0.13.1" [dependencies.tokio] version = "1.1.0" features = [ "rt", "io-util", "net", "time", "macros", "sync", ] [dependencies.tracing] version = "0.1.31" [dependencies.uuid] version = "1.0.0" features = ["v1"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.1.0" features = [ "rt", "io-util", "net", "time", "macros", "sync", "rt-multi-thread", ]