# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "permoot" version = "0.2.1" description = "General-purpose no_std permutation library" readme = "README.md" keywords = [ "permutation", "group", "sort", "reorder", "no_std", ] license = "Unlicense" repository = "https://codeberg.org/T0mstone/permoot" [package.metadata.docs.rs] all-features = true [dependencies.arrayvec] version = "0.7.2" default-features = false [dependencies.rand] version = "0.8.5" optional = true default-features = false [dev-dependencies.rand_chacha] version = "0.3.1" [build-dependencies.rustc_version] version = "0.4.0" [features] std = []