[package] name = "perm-vec" version = "0.1.0" authors = ["Michael Lamparski "] documentation = "https://docs.rs/perm-vec" repository = "https://github.com/ExpHP/perm-vec" description = "Datatype representing permutations of indices" keywords = ["permute", "group"] categories = ["data-structures"] license = "MIT/Apache-2.0" edition = "2018" [lib] path = "lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # FIXME: I'd like to make this one optional, but the unit tests require it. # Try again after https://github.com/rust-lang/cargo/issues/5565 rand = "0.3"