reconcile 0.0.0-git

A reconciliation storage service to sync a key-value map over multiple instances
Documentation
# 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.0.0-git"
build = false
exclude = [
    "pre-commit",
    "CONTRIBUTING.md",
    "examples/k8s/",
    "ARCHITECTURE.md",
    "SOTA.md",
    "PROGRESS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A reconciliation storage 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"

[features]
default = ["mac-blake3"]
dns-hickory = []
encryption = ["dep:chacha20poly1305"]
internal-testing = []
mac-blake3 = []
mac-hmac = [
    "dep:hmac",
    "dep:sha2",
]
metrics = ["dep:metrics"]
metrics-prometheus = [
    "metrics",
    "dep:metrics-exporter-prometheus",
]
zeroize = ["dep:zeroize"]

[lib]
name = "reconcile"
path = "src/lib.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[test]]
name = "diff"
path = "tests/diff.rs"

[[test]]
name = "discovery"
path = "tests/discovery.rs"

[[test]]
name = "fuzz_packets"
path = "tests/fuzz_packets.rs"

[[test]]
name = "mirror"
path = "tests/mirror.rs"

[[test]]
name = "observability"
path = "tests/observability.rs"

[[test]]
name = "proptest_hrtree"
path = "tests/proptest_hrtree.rs"

[[test]]
name = "service"
path = "tests/service.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.arrayvec]
version = "0.7.4"

[dependencies.bincode]
version = "1.3.3"

[dependencies.blake3]
version = "1.5"

[dependencies.chacha20poly1305]
version = "0.10"
optional = true

[dependencies.chrono]
version = "0.4.31"
features = ["serde"]

[dependencies.hmac]
version = "0.12"
optional = true

[dependencies.ipnet]
version = "2.9.0"

[dependencies.metrics]
version = "0.24"
optional = true

[dependencies.metrics-exporter-prometheus]
version = "0.16"
features = ["http-listener"]
optional = true
default-features = false

[dependencies.once_cell]
version = "1.21.3"

[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.sha2]
version = "0.10"
optional = true

[dependencies.socket2]
version = "0.5"

[dependencies.tokio]
version = "1.33.0"
features = [
    "net",
    "time",
    "rt",
    "macros",
]

[dependencies.tracing]
version = "0.1.40"

[dependencies.zeroize]
version = "1.7"
features = ["derive"]
optional = true

[dev-dependencies.clap]
version = "4.4.6"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.metrics-util]
version = "0.19"
features = ["debugging"]
default-features = false

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1.33.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.17"

[profile.release]
debug = 2