# 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 = "acton-core" version = "3.0.1-beta.1" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Acton Core provides the core functionality and abstractions used by the Acton Reactive crate. It includes the essential building blocks for creating reactive and distributed systems." homepage = "https://github.com/Govcraft/acton-reactive" documentation = "https://github.com/Govcraft/acton-reactive/blob/main/README.md" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/Govcraft/acton-reactive" [lib] name = "acton_core" path = "src/lib.rs" [dependencies.acton-ern] version = "2.1.1-alpha" [dependencies.anyhow] version = "1.0.82" [dependencies.async-trait] version = "0.1.80" [dependencies.dashmap] version = "6.1.0" [dependencies.derive-new] version = "0.7.0" [dependencies.dyn-clone] version = "1.0.17" [dependencies.futures] version = "0.3.30" [dependencies.static_assertions] version = "1.1.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" features = ["rt"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.acton-ern] version = "2.1.1-alpha" [dev-dependencies.acton_test] version = "1.0.0-beta.1" [dev-dependencies.dashmap] version = "6.1.0" [dev-dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.tokio-util] version = "0.7.10" features = ["rt"] [lints.rust] unused = "allow"