# 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 = "bab" version = "0.0.1" description = "build a bus - low-level components for your next message bus" documentation = "https://docs.rs/bab" readme = "README.md" keywords = [ "bus", "packet", "buffer", "pool", "thread-local", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/tedsta/bab" [[bench]] name = "benches" harness = false [dependencies.crossbeam-utils] version = "0.8" [dependencies.spin] version = "0.9" [dev-dependencies.async-executor] version = "1.12" [dev-dependencies.async-unsync] version = "0.3" [dev-dependencies.core_affinity] version = "0.8" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pollster] version = "0.3" [features] alloc = [] default = ["std"] std = []