# 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-utils" version = "0.2.6" authors = ["Paul Loyd "] description = "Some utils for the elfo system" readme = "README.md" keywords = [ "elfo", "actor", "distributed", ] license = "MIT" repository = "https://github.com/elfo-rs/elfo" [[bench]] name = "rate_limiter" harness = false [dependencies.crossbeam-utils] version = "0.8" [dependencies.quanta] version = "0.12" [dev-dependencies.criterion] version = "0.5.1" [features] test-util = [] [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