# 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 = "combos" version = "0.2.1" authors = ["Shane Witbeck "] description = "Print all permutations of a word list" homepage = "https://github.com/digitalsanctum/combos" readme = "README.md" keywords = [ "cli", "combos", "permutations", "tools", "shell", ] categories = [ "command-line-utilities", "command-line-interface", "text-processing", ] license-file = "LICENSE" repository = "https://github.com/digitalsanctum/combos" resolver = "2" [dependencies.itertools] version = "0.10.3"