# 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 = "fluxion" version = "0.10.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fluxion is an actor framework written in rust and designed for distributed systems." homepage = "https://fluxion.peperworx.com/" readme = "README.md" keywords = [ "actor", "distributed", "async", "fluxion", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/peperworx/fluxion" [lib] name = "fluxion" path = "src/lib.rs" [[example]] name = "benchmark" path = "examples/benchmark.rs" [[example]] name = "foreign" path = "examples/foreign.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.const_format] version = "0.2.32" [dependencies.fluxion_macro] version = "0.1.0" [dependencies.maitake-sync] version = "0.1.1" [dependencies.serde] version = "1.0.198" optional = true default-features = false [dependencies.slacktor] version = "0.3.0" features = ["async"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.serde] version = "1.0.198" features = ["derive"] [dev-dependencies.tokio] version = "1.37.0" features = ["full"] [features] default = [] foreign = [] serde = ["dep:serde"]