# 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 = "shell-string" version = "0.4.2" authors = ["Nils Martel "] description = "Obvious CLI for basic string manipulation" readme = "README.md" keywords = [ "shell", "cli", "string", "template", "templating", ] categories = [ "command-line-utilities", "text-editors", ] license = "Unlicense OR MIT" repository = "https://github.com/nilsmartel/string" [[bin]] name = "string" path = "src/main.rs" [dependencies.itertools] version = "0.9.0" [dependencies.nom] version = "7.1.3" [dependencies.structopt] version = "0.3.14"