# 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 = "2018" name = "libpermute" version = "1.0.1" authors = ["Palmer Cox "] description = "A `no_std` compatible library that provides a function\nto permute the items of a slice.\n" homepage = "https://github.com/DaGenix/libpermute" documentation = "https://docs.rs/libpermute" readme = "README.md" categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/DaGenix/libpermute" [dependencies.chacha20] version = "0.7.2" features = ["cipher"] default-features = false [dependencies.sha2] version = "0.9.5" default-features = false [dependencies.static_assertions] version = "1.1.0" [features] default = ["std"] std = ["sha2/std", "chacha20/std"]