# 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 = "cl_parse" version = "0.2.3" authors = ["berryware"] exclude = ["target"] description = "A library for defining and parsing commandline options and arguments" documentation = "https://docs.rs/cl_parse/" readme = "README.md" keywords = [ "cli", "parse", "options", "arguments", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/exaxisllc/cl_parse" [dependencies.lazy_static] version = "1.5.0" [dependencies.sys-locale] version = "0.3.1"