[package] name = "rusty-perm" description = "Rusty permutation with no-std" version = "0.2.0" edition = "2018" documentation = "https://docs.rs/rusty-perm" homepage = "https://github.com/jerry73204/rusty-perm" repository = "https://github.com/jerry73204/rusty-perm.git" keywords = ["permutation", "permutations", "order", "sort", "group"] categories = ["algorithms", "data-structures"] license = "Apache-2.0/MIT" readme = "README.md" authors = ["jerry73204 "] [dependencies] rand = { version = "0.8.3", default-features = false, optional = true } [dev-dependencies] rand = "0.8.3" [features] default = ["std", "rand"] std = []