# 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.77" name = "gwyh" version = "0.1.0" authors = ["Brenden Matthews "] description = "gwyh is a sweet gossip library" documentation = "https://docs.rs/gwyh" readme = "README.md" keywords = [ "async", "asynchronous", "distributed", "gossip", "network", ] categories = [ "asynchronous", "concurrency", "network-programming", ] license = "LGPL-3.0-only" repository = "https://github.com/brndnmtthws/gwyh" [dependencies.chrono] version = "0.4" features = [ "clock", "serde", ] default-features = false [dependencies.dryoc] version = "0.5" features = [ "nightly", "serde", "simd_backend", ] [dependencies.futures] version = "0.3" [dependencies.genserver] version = "0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.lru] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" features = ["simd"] [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.21" features = [ "full", "tracing", ] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.1" features = [ "v4", "fast-rng", "serde", ] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.test-log] version = "0.2" features = [ "log", "trace", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ]