# 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 = "yrs-kafka" version = "0.1.1" authors = ["Jordan Doyle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Yrs synchronization and persistence using RocksDB & Kafka" readme = "README.md" keywords = [ "yrs", "kafka", "rocksdb", "crdt", "persistence", ] categories = ["database"] license = "WTFPL" repository = "https://github.com/w4/yrs-kafka" [lib] name = "yrs_kafka" path = "src/lib.rs" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.rdkafka] version = "0.36" features = ["tokio"] [dependencies.rocksdb] version = "0.22" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = ["sync"] [dependencies.uuid] version = "1.8" features = ["v4"] [dependencies.yoke] version = "0.7" features = ["derive"] [dependencies.yrs] version = "0.18" [dev-dependencies.tempfile] version = "3.10" [dev-dependencies.testcontainers] version = "0.15" [dev-dependencies.tokio] version = "1.37" features = ["full"]