# 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 = "rng_buffer" version = "0.1.1" authors = ["Chris Hennick"] description = "Wrappers around RNGs to buffer their output and save system calls" documentation = "https://docs.rs/rng_buffer/latest/rng_buffer/" readme = "README.md" license = "MIT" repository = "https://github.com/Pr0methean/rng_buffer" [profile.bench.package.rng_buffer] debug = 2 [profile.release] lto = true codegen-units = 1 [[bench]] name = "criterion" harness = false [[bench]] name = "iai" harness = false [[bench]] name = "os" harness = false [[bench]] name = "buffer_size_2" harness = false [[bench]] name = "buffer_size_4" harness = false [[bench]] name = "buffer_size_8" harness = false [[bench]] name = "buffer_size_16" harness = false [dependencies.bytemuck] version = "1.14.0" [dependencies.delegate] version = "0.12.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.iai] version = "0.1.1" [dev-dependencies.num_cpus] version = "1.16.0" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.rayon] version = "1.8.1" [features] default = ["std"] std = []