# 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-core" version = "0.2.0-alpha.16" authors = ["Paul Loyd "] description = "The core of the elfo system" readme = "README.md" keywords = [ "elfo", "actor", "distributed", "tokio", ] license = "MIT" repository = "https://github.com/elfo-rs/elfo" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.arc-swap] version = "1.2.0" [dependencies.cordyceps] version = "0.3.2" [dependencies.dashmap] version = "6.0.1" [dependencies.derive_more] version = "0.99.11" [dependencies.elfo-macros] version = "0.2.0-alpha.16" [dependencies.elfo-utils] version = "0.2.6" [dependencies.erased-serde] version = "0.4.0" [dependencies.futures] version = "0.3.12" [dependencies.futures-intrusive] version = "0.5" [dependencies.fxhash] version = "0.2.1" [dependencies.humantime-serde] version = "1" [dependencies.idr-ebr] version = "0.2" [dependencies.linkme] version = "0.3" [dependencies.metrics] version = "0.17.1" [dependencies.once_cell] version = "1.8.0" features = ["parking_lot"] [dependencies.parking_lot] version = "0.12" [dependencies.pin-project] version = "1.0.8" [dependencies.regex] version = "1.6.0" [dependencies.rmp-serde] version = "1.1.0" optional = true [dependencies.sealed] version = "0.5" [dependencies.serde] version = "1.0.120" features = [ "derive", "rc", ] [dependencies.serde-value] version = "0.7.0" [dependencies.serde_json] version = "1.0.64" features = ["raw_value"] [dependencies.slotmap] version = "1.0.2" [dependencies.smallbox] version = "0.8.0" [dependencies.smallvec] version = "1.6.1" features = ["union"] [dependencies.stability] version = "0.2.0" [dependencies.static_assertions] version = "1.1.0" [dependencies.thread_local] version = "1.1.3" optional = true [dependencies.tokio] version = "1.37" features = [ "rt", "sync", "time", "signal", "macros", ] [dependencies.tracing] version = "0.1.25" [dependencies.unicycle] version = "0.10.1" [dev-dependencies.anyhow] version = "1.0.40" [dev-dependencies.elfo-utils] version = "0.2.6" features = ["test-util"] [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.tokio] version = "1.37" features = ["full"] [dev-dependencies.toml] version = "0.8.14" [features] network = ["rmp-serde"] test-util = ["tokio/test-util"] unstable = [] unstable-stuck-detection = ["dep:thread_local"] [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