# 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.80.0" name = "swim-rs" version = "0.1.1" authors = ["Marvin Lanhenke"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of the SWIM protocol" homepage = "https://github.com/marvinlanhenke/swim-rs" documentation = "https://docs.rs/swim-rs" readme = "README.md" keywords = [ "swim", "protocol", "distributed", "gossip", ] categories = [ "network-programming", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/marvinlanhenke/swim-rs" [lib] name = "swim_rs" path = "src/lib.rs" [[example]] name = "basic_cluster" path = "examples/basic_cluster.rs" [[example]] name = "event_subscription" path = "examples/event_subscription.rs" [[test]] name = "test_swim_cluster" path = "tests/test_swim_cluster.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.dashmap] version = "6.1.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.prost] version = "0.13.3" [dependencies.rand] version = "0.8.5" [dependencies.snafu] version = "0.8.5" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.prost-build] version = "0.13.3"