# 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 = "cmdparse" version = "0.1.1" authors = ["Vlad Poletaev "] description = "Parsing user's commands into arbitrary Rust types" documentation = "https://docs.rs/cmdparse/" readme = "README.md" categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/poletaevvlad/cmdparse" resolver = "2" [dependencies.cmdparse-derive] version = "=0.1.1" [dev-dependencies.rustyline] version = "9.1.0" [dev-dependencies.smallvec] version = "1.8.0" [dev-dependencies.tempdir] version = "0.3"