# 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 = "cnspr" version = "0.3.0" authors = ["xaos "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WIP: cnsprcy binary" documentation = "https://docs.rs/cnsprcy" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~xaos/cnsprcy" [lib] name = "cnspr" path = "src/lib.rs" [[bin]] name = "cnspr" path = "src/bin/cnspr.rs" [dependencies.cnsprcy] version = "0.3.0" [dependencies.conciliator] version = "0.3.10" features = ["tokio"] [dependencies.domain] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.socket2] version = "0.5" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = [ "fs", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.conciliator] version = "0.3.10" features = ["test_capture"] [dev-dependencies.tokio] version = "1" features = ["test-util"]