# 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" version = "0.2.0-alpha.17" authors = ["Paul Loyd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An asynchronous distributed actor framework with robust observability" readme = "README.md" keywords = [ "elfo", "actor", "distributed", "tokio", "observability", ] license = "MIT" repository = "https://github.com/elfo-rs/elfo" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "elfo" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "config_validation" path = "tests/config_validation.rs" [[test]] name = "gentle_outcome" path = "tests/gentle_outcome.rs" [[test]] name = "mailbox_capacity" path = "tests/mailbox_capacity.rs" [[test]] name = "message_macro" path = "tests/message_macro.rs" [[test]] name = "msg_macro" path = "tests/msg_macro.rs" [[test]] name = "protocol_evolution" path = "tests/protocol_evolution.rs" [[test]] name = "remote_messaging" path = "tests/remote_messaging.rs" [[test]] name = "request_routing" path = "tests/request_routing.rs" [[test]] name = "restarting" path = "tests/restarting.rs" [[test]] name = "source_delay" path = "tests/source_delay.rs" [[test]] name = "source_interval" path = "tests/source_interval.rs" [[test]] name = "source_signal" path = "tests/source_signal.rs" [[test]] name = "source_stream" path = "tests/source_stream.rs" [[test]] name = "start_info" path = "tests/start_info.rs" [[test]] name = "subscription_to_statuses" path = "tests/subscription_to_statuses.rs" [[test]] name = "termination" path = "tests/termination.rs" [[test]] name = "ui" path = "tests/ui.rs" [[test]] name = "update_config" path = "tests/update_config.rs" [dependencies.elfo-configurer] version = "=0.2.0-alpha.17" optional = true [dependencies.elfo-core] version = "=0.2.0-alpha.17" [dependencies.elfo-dumper] version = "=0.2.0-alpha.17" optional = true [dependencies.elfo-logger] version = "=0.2.0-alpha.17" optional = true [dependencies.elfo-macros] version = "=0.2.0-alpha.17" [dependencies.elfo-network] version = "=0.2.0-alpha.17" optional = true [dependencies.elfo-pinger] version = "=0.2.0-alpha.17" optional = true [dependencies.elfo-telemeter] version = "=0.2.0-alpha.17" optional = true [dependencies.elfo-test] version = "=0.2.0-alpha.17" optional = true [dev-dependencies.anyhow] version = "1.0.38" [dev-dependencies.derive_more] version = "1" features = [ "constructor", "deref", "display", "error", "from", "into", "is_variant", ] [dev-dependencies.elfo-test] version = "=0.2.0-alpha.17" [dev-dependencies.futures] version = "0.3.12" [dev-dependencies.futures-intrusive] version = "0.5" [dev-dependencies.libc] version = "0.2.97" [dev-dependencies.metrics] version = "0.17.1" [dev-dependencies.parking_lot] version = "0.12" [dev-dependencies.serde] version = "1.0.120" features = ["derive"] [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.tokio] version = "1.37" features = ["full"] [dev-dependencies.toml] version = "0.8.14" [dev-dependencies.tracing] version = "0.1.25" [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.trybuild] version = "1.0" [dev-dependencies.turmoil] version = "0.6" [features] full = [ "elfo-configurer", "elfo-logger", "elfo-dumper", "elfo-telemeter", "elfo-pinger", ] network = ["elfo-network"] test-util = [ "elfo-test", "elfo-core/test-util", ] tracing-log = ["elfo-logger/tracing-log"] turmoil06 = ["elfo-network/turmoil06"] unstable = [ "elfo-core/unstable", "elfo-telemeter/unstable", "elfo-test/unstable", ] unstable-stuck-detection = ["elfo-core/unstable-stuck-detection"] [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