[package] name = "random-pairings" description = "Generates random pairings" version = "0.1.1" authors = ["Herohtar "] repository = "https://github.com/Herohtar/random-pairings" keywords = ["random", "pairs"] license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # [features] # js = ["getrandom/js"] [dependencies] rand = { version = "^0.8.5", default-features = false } # getrandom = "^0.2.10"