# 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 = "thread_local_collect" version = "1.0.1" exclude = [ "benches/targets", "examples/*map*.rs", "examples/tlm_joined_bad.rs", "CHANGELOG.md", "*.sh", ".gitignore", ] description = "Supports the collection and aggregation of thread-local data across threads." readme = "README.md" keywords = ["thread-local"] categories = ["concurrency"] license = "MIT" repository = "https://github.com/pvillela/rust-thread-local-collect/tree/main" [package.metadata.docs.rs] all-features = true [[bench]] name = "benchmark" harness = false [[bench]] name = "i32_group_benchmark" harness = false [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" optional = true [dependencies.thread_local] version = "1.1" optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.env_logger] version = "0.11" [features] tlcr = [ "dep:thread_local", "dep:thiserror", ]