# 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 = "splaycast" version = "0.4.5" authors = [ "momento", "kvcache", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stream-specific broadcast channel" homepage = "https://gomomento.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/momentohq/splaycast" [lib] name = "splaycast" path = "src/lib.rs" bench = false [[test]] name = "splaycast_test" path = "tests/splaycast_test.rs" [[bench]] name = "bench_main" path = "benches/bench_main.rs" harness = false [dependencies.arc-swap] version = "1.6" [dependencies.crossbeam-queue] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4" features = ["release_max_level_info"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.tokio] version = "1.33" features = [ "rt-multi-thread", "macros", "time", "sync", ] [dev-dependencies.tokio-stream] version = "0.1" [dev-dependencies.tokio-test] version = "0.4"