# 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 = "2018" name = "bumpalo-herd" version = "0.1.2" authors = ["Michal 'vorner' Vaner "] description = "Support for bumpalo in scoped threads & rayon" documentation = "https://docs.rs/bumpalo-herd" readme = "README.md" categories = [ "memory-management", "rust-patterns", ] license = "MIT/Apache-2.0" repository = "https://github.com/vorner/bumpalo-herd" [dependencies.bumpalo] version = "~3" [dev-dependencies.bumpalo] version = "~3" features = ["collections"] [dev-dependencies.crossbeam-utils] version = "~0.7" [dev-dependencies.num_cpus] version = "~1" [dev-dependencies.rayon] version = "~1"