# 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 = "clapcmd" version = "0.3.3" description = "A readline wrapper that allows for creating custom interactive shells, similar to python's cmd module" readme = "README.md" keywords = [ "cli", "repl", "cmd", "interactive", "shell", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/clapcmd/clapcmd" [package.metadata.docs.rs] all-features = true [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4" [dependencies.rustyline] version = "12" [dev-dependencies.once_cell] version = "1.18" [build-dependencies.rustc_version] version = "0.4.0" [features] default = [] test-runner = []