# 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" rust-version = "1.70.0" name = "scalp" version = "0.4.3" authors = ["Magicolo "] build = "build.rs" description = "A declarative parsing library for pretty and highly customizable command-line interfaces." documentation = "https://docs.rs/scalp/latest/scalp/" readme = "README.md" keywords = [ "cli", "parse", "command-line", "terminal", "pretty", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Magicolo/scalp" [dependencies.orn] version = "0.4.2" [dependencies.regex] version = "1.10.4" [dependencies.termion] version = "3.0.0" [dev-dependencies.checkito] version = "1.5.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.skeptic] version = "0.13.7" [build-dependencies.skeptic] version = "0.13.7"