# 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 = "cliply" version = "0.2.0" exclude = [ "/.github", ".gitignore", ] description = "Making command-line interfaces in Rust easy." homepage = "https://github.com/angeldollface/cliply" documentation = "https://docs.rs/cliply/0.2.0" readme = "README.markdown" keywords = [ "argument", "cli", "arg", "parser", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/angeldollface/cliply" [dependencies.coutils] version = "1.5.0"