# 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" rust-version = "1.72.0" name = "alazar" version = "0.0.2" authors = ["José Luis Cruz "] include = [ "/src/**/*.rs", "/src/**/*.md", "/Cargo.toml", "/LICENSE-*", "/README.md", ] publish = true description = "randomness" documentation = "https://docs.rs/alazar" readme = "README.md" keywords = [ "rand", "random", "rng", "prng", ] categories = [ "algorithms", "embedded", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andamira/alazar" [package.metadata.docs.rs] features = ["nightly_docs"] no-default-features = true [dependencies.devela] version = "0.9.0" [dependencies.rand_core] version = "0.6.4" optional = true default-features = false [dev-dependencies] [features] all = ["full"] alloc = ["rand_core?/alloc"] default = [] full = ["rand_core"] nightly = [] nightly_docs = [ "nightly", "std", "rand_core", ] no_std = [] safe = [] safest = [ "safe", "devela/safest", ] std = [ "alloc", "rand_core?/std", ] unsafe = [] unsafest = [ "unsafe", "devela/unsafest", ] [badges.maintenance] status = "experimental"