# 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 = "messaging_thread_pool" version = "4.1.0" authors = ["cainem"] description = "A library for aiding the creation of typed thread pool of objects that is communicated with via channels" homepage = "https://github.com/cainem/messaging-thread-pool" documentation = "https://docs.rs/messaging_thread_pool/latest/messaging_thread_pool/" readme = "README.md" keywords = [ "threadpool", "thread", "pool", "parallelism", "messaging", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/cainem/messaging-thread-pool" [profile.release] debug = 2 [[bench]] name = "element_creation" harness = false [[bench]] name = "element_creation_with_mimalloc" harness = false [[bench]] name = "example_random_batches" harness = false [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.rand] version = "0.8.5" [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.tracing] version = "0.1.40" features = [ "max_level_trace", "release_max_level_trace", ] [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-attributes] version = "0.1.27" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "json", "env-filter", ] [dev-dependencies.const_format] version = "0.2.32" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.mimalloc] version = "0.1"