# 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" rust-version = "1.43.0" name = "fastrand-contrib" version = "0.1.0" authors = [ "John Nunley ", "Petr Nevyhoštěný ", ] exclude = ["/.*"] description = "Extension functionality for fastrand" readme = "README.md" keywords = [ "simple", "fast", "rand", "random", "wyrand", ] categories = ["algorithm"] license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/fastrand-contrib" [dependencies.fastrand] version = "2.0.0" default-features = false [dependencies.libm_dep] version = "0.2.7" optional = true package = "libm" [features] alloc = ["fastrand/alloc"] default = ["std"] libm = ["libm_dep"] std = [ "alloc", "fastrand/std", ]