# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "roundabout" version = "0.2.0" authors = ["Timo Merlin Zint"] description = "An message oriented concurrent runtime" homepage = "https://github.com/tmzint/roundabout/" readme = "README.md" keywords = ["concurrency", "message", "bus", "queue"] categories = ["asynchronous", "concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/tmzint/roundabout/" [profile.bench] opt-level = 3 lto = true codegen-units = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = true incremental = false [[bench]] name = "message_bus_bench" harness = false [[bench]] name = "runtime_bench" harness = false [dependencies.ahash] version = "^0.7" [dependencies.anyhow] version = "^1.0" [dependencies.core_affinity] version = "^0.5" [dependencies.indexmap] version = "^1.5" [dependencies.log] version = "^0.4" [dependencies.parking_lot] version = "^0.11" [dependencies.static_assertions] version = "^1.1" [dev-dependencies.criterion] version = "^0.3" [dev-dependencies.ctrlc] version = "^3.1" features = ["termination"]