Cargo.toml (265B)
1 [package] 2 name = "getrandom" 3 version = "0.2.999" 4 edition = "2021" 5 license = "MIT OR Apache-2.0" 6 7 [lib] 8 path = "lib.rs" 9 10 [dependencies.getrandom] 11 version = "0.3.1" 12 no-default-features = true 13 14 [features] 15 custom = [] 16 js = ["getrandom/wasm_js"] 17 std = ["getrandom/std"]