# 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 = "xorwowgen" version = "0.4.0" authors = ["El Kasztano"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Several implementations of the Xorwow algorithm" readme = "README.md" keywords = [ "xorwow", "pseudorandom", "PRNG", "generator", ] categories = [ "algorithms", "mathematics", ] license = "MIT" repository = "https://github.com/elkasztano/xorwow" [lib] name = "xorwowgen" path = "src/lib.rs" [[bench]] name = "seed_and_run" path = "benches/seed_and_run.rs" harness = false [[bench]] name = "seed_and_run_128" path = "benches/seed_and_run_128.rs" harness = false [[bench]] name = "seed_and_run_64" path = "benches/seed_and_run_64.rs" harness = false [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5.1" [features] serde1 = ["serde"]