# 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 = "reconcile" version = "0.1.4" exclude = [ "pre-commit", "CONTRIBUTING.md", ] description = "A reconciliation service to sync a key-value map over multiple instances" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Akvize/reconcile-rs" [profile.release] debug = 2 [[bench]] name = "bench" harness = false [dependencies.arrayvec] version = "0.7.4" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.ipnet] version = "2.9.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.range-cmp] version = "0.1.1" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.tokio] version = "1.33.0" features = [ "net", "time", "rt", "macros", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.clap] version = "4.4.6" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.17"