# 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 = "clier" version = "0.7.4" authors = ["Vincent Thomas"] description = "A cli parser and framework for rust" documentation = "https://docs.rs/clier" readme = "README.md" keywords = [ "cli", "framework", "parser", ] license-file = "LICENSE" repository = "https://github.com/vincent-thomas/clier" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.clier_parser] version = "0.7.3" [dependencies.console] version = "0.15.7" [dependencies.thiserror] version = "1.0.48" [features] macros = []