# 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.76.0" name = "elfo-test" version = "0.2.0-alpha.16" authors = ["Paul Loyd "] description = "Test utils for the elfo system" readme = "README.md" keywords = [ "elfo", "actor", "distributed", "tokio", "testing", ] license = "MIT" repository = "https://github.com/elfo-rs/elfo" [dependencies.elfo-configurer] version = "0.2.0-alpha.16" [dependencies.elfo-core] version = "0.2.0-alpha.16" features = ["test-util"] [dependencies.futures-intrusive] version = "0.5" [dependencies.once_cell] version = "1.8.0" [dependencies.serde] version = "1.0.120" features = [ "derive", "rc", ] [dependencies.serde-value] version = "0.7.0" [dependencies.stability] version = "0.2.0" [dependencies.tokio] version = "1.37" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] unstable = [] [lints.clippy] undocumented_unsafe_blocks = "warn" [lints.rust] missing_docs = "warn" unexpected_cfgs = "allow" unreachable_pub = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = -1