# 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 = "clap-repl" version = "0.3.0" description = "Build nice REPLs using clap and reedline with zero effort" homepage = "https://github.com/HKalbasi/clap-repl" documentation = "https://docs.rs/clap-repl" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/HKalbasi/clap-repl" [lib] name = "clap_repl" path = "src/lib.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.clap_complete] version = "=4.5.16" features = [ "unstable-dynamic", "unstable-command", ] [dependencies.console] version = "0.15.7" [dependencies.nu-ansi-term] version = "0.50.0" [dependencies.reedline] version = "0.32.0" [dependencies.shlex] version = "1.3.0" [dev-dependencies.redis] version = "0.23.0"