# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hytra" version = "0.1.2" authors = ["Gaƫtan Cassiers"] description = "Datastructure for fast multi-threaded updates." readme = "README.md" keywords = ["accumulator", "adder", "thread", "LongAdder"] categories = ["concurrency", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/cassiersg/hytra" [[bench]] name = "hytra" harness = false [dependencies.atomic] version = "0.5" [dependencies.crossbeam-utils] version = "0.8.3" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1.5" [dependencies.thread_local] version = "1" [dev-dependencies.criterion] version = "0.3"