# 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 = "talaria" version = "0.1.1" authors = ["Nathanial Lattimer "] description = "A high performance, cyclic message passing library." readme = "README.md" keywords = [ "channel", "message", "mpmc", "mpsc", "ring", ] license = "MIT" repository = "https://github.com/d0nutptr/talaria" [[bench]] name = "exclusive" harness = false [[bench]] name = "concurrent" harness = false [[bench]] name = "mpsc" harness = false [[bench]] name = "crossbeam" harness = false [dependencies.crossbeam-utils] version = "0.8" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.crossbeam-channel] version = "0.5" [dev-dependencies.loom] version = "0.7" [dev-dependencies.pprof] version = "0.13" features = [ "flamegraph", "criterion", ] [target."cfg(loom)".dependencies.loom] version = "0.7" [target."cfg(shuttle)".dependencies.shuttle] version = "0.6"