# 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 = "rand-compat" version = "0.1.1" authors = ["ryan kurte "] description = "A compatibility layer for different versions of rand_core" readme = "README.md" keywords = [ "rand", "random", "compat", "compatibility", "no_std", ] categories = [ "no-std", "embedded", ] license = "MIT" repository = "https://github.com/ryankurte/rust-rand-compat" resolver = "2" [dependencies.getrandom] version = "0.2.7" default_features = false [dependencies.rand_0_7] version = "0.7.0" default_features = false package = "rand" [dependencies.rand_0_8] version = "0.8.0" default_features = false package = "rand" [dependencies.rand_core_0_5] version = "0.5.0" default_features = false package = "rand_core" [dependencies.rand_core_0_6] version = "0.6.0" default_features = false package = "rand_core" [features] default = ["std"] std = [ "rand_core_0_6/std", "rand_0_8/std", "rand_core_0_5/std", "rand_0_7/std", ]