# 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 = "2018" name = "tonari-actor" version = "0.10.0" authors = [ "Jake McGinty ", "Matěj Laitl ", "Ryo Kawaguchi ", "Brian Schwind ", ] description = "A minimalist actor framework aiming for high performance and simplicity." homepage = "https://github.com/tonarino/actor" readme = "README.md" keywords = [ "actor", "threads", ] license = "MIT" repository = "https://github.com/tonarino/actor" [[bench]] name = "benches" harness = false [[bench]] name = "pub_sub" harness = false [dependencies.dashmap] version = "6" [dependencies.flume] version = "0.10" features = ["select"] default-features = false [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dev-dependencies.anyhow] version = "1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.ctrlc] version = "3.1" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.num_cpus] version = "1"