# 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 = "crosstalk" version = "0.2.7" authors = ["Arpad Voros "] description = "An extremely lightweight, topic-based, cross-thread, in-memory communication library" documentation = "https://docs.rs/crosstalk" readme = "README.md" keywords = [ "thread", "channel", "mpmc", "async", "distributed", ] categories = [ "concurrency", "algorithms", "data-structures", "memory-management", "aerospace", ] license = "MIT" repository = "https://github.com/arpadav/crosstalk" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [[bench]] name = "test" harness = false [dependencies.crosstalk-macros] version = "0.2" [dependencies.hashbrown] version = "0.14" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.36" features = [ "sync", "time", "rt-multi-thread", ] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.36" features = [ "macros", "sync", "time", "rt-multi-thread", ]