cnspr 0.3.2

WIP: cnsprcy binary
Documentation
[[bin]]
name = "cnspr"
path = "src/bin/cnspr.rs"

[dependencies.clap]
features = ["env", "derive"]
version = "4"

[dependencies.clap_complete]
version = "4"

[dependencies.cnsprcy]
version = "0.3.2"

[dependencies.conciliator]
features = ["tokio"]
version = "0.3.10"

[dependencies.domain]
version = "0.10"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.socket2]
version = "0.5"

[dependencies.tokio]
features = ["fs", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dev-dependencies.conciliator]
features = ["test_capture"]
version = "0.3.10"

[dev-dependencies.tokio]
features = ["test-util"]
version = "1"

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

[package]
authors = ["xaos <xaos@xaos.tech>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "WIP: cnsprcy binary"
documentation = "https://docs.rs/cnsprcy"
edition = "2024"
license = "GPL-3.0-or-later"
name = "cnspr"
readme = "README.md"
repository = "https://git.sr.ht/~xaos/cnsprcy"
version = "0.3.2"