# 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 = "flue" version = "0.2.2" description = "An efficient and secure actor runtime library." license = "AGPL-3.0-or-later" repository = "https://github.com/hearth-rs/flue" [dependencies.bitflags] version = "2.4.0" [dependencies.flume] version = "0.11.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.sharded-slab] version = "0.1.4" [dependencies.slab] version = "0.4.9" [dependencies.tokio] version = "1.32.0" features = ["rt"] [dev-dependencies.tokio] version = "1.32.0" features = ["macros"]