[package] name = "cap-rand" version = "3.4.1" description = "Capability-based random number generators" authors = [ "Dan Gohman ", "Jakub Konka ", ] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" keywords = ["random", "rng"] categories = ["algorithms"] repository = "https://github.com/bytecodealliance/cap-std" edition = "2021" [dependencies] ambient-authority = "0.0.2" rand = "0.8.1" [features] default = [] small_rng = ["rand/small_rng"]