# 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" rust-version = "1.67" name = "kaboodle" version = "0.1.5" authors = ["Serval Contributors "] description = """ A low-configuration peer discovery mechanism for building peer-to-peer and mesh applications, based on the SWIM gossip protocol. """ homepage = "https://serval.sh" readme = "README.md" keywords = [ "peer-to-peer", "mesh", "networking", "swim", "gossip", ] categories = [ "mesh", "gossip protocols", "network-programming", "peer-to-peer", ] license = "BSD-2-Clause-Patent" repository = "https://github.com/serval/kaboodle" [dependencies.anyhow] version = "1.0.69" [dependencies.atty] version = "0.2.14" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.4.0" features = ["serde"] [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.crc32fast] version = "1.3.2" [dependencies.dotenvy] version = "0.15.6" [dependencies.env_logger] version = "0.10.0" [dependencies.if-addrs] version = "0.10.1" [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.socket2] version = "0.4.7" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = ["full"]