# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "permut_lib" version = "0.1.2" authors = ["prof"] description = "Simple function to generate permutations on a dictionry of a u8 chars set. I used it for generate unic Items into my proc macros." documentation = "https://docs.rs/permut_lib" readme = "README.md" keywords = ["permutation"] categories = ["algorithms"] license = "BSD-3-Clause-Clear" repository = "https://github.com/Cergoo/permut_lib" [dependencies]