# 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 = "reedline-repl-rs" version = "1.2.1" authors = [ "Artur Hallmann ", "Jack Lund ", ] description = "Library to generate a fancy REPL for your application based on reedline and clap" homepage = "https://github.com/arturh85/reedline-repl-rs" readme = "README.md" keywords = [ "repl", "interpreter", "clap", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/arturh85/reedline-repl-rs" [[example]] name = "async" required-features = ["async"] [[example]] name = "macro" required-features = ["macro"] [[example]] name = "derive_hello_world" path = "examples/derive/hello_world.rs" required-features = ["derive"] [[example]] name = "derive_no_context" path = "examples/derive/no_context.rs" required-features = ["derive"] [[example]] name = "derive_subcommands" path = "examples/derive/subcommands.rs" required-features = ["derive"] [[example]] name = "derive_with_context" path = "examples/derive/with_context.rs" required-features = ["derive"] [[example]] name = "dervice_async" path = "examples/derive/async.rs" required-features = ["async_derive"] [dependencies.clap] version = "4.5.4" [dependencies.crossterm] version = "0.27.0" [dependencies.nu-ansi-term] version = "0.50.0" [dependencies.reedline] version = "0.33.0" features = ["external_printer"] [dependencies.regex] version = "1.10.4" [dependencies.shlex] version = "1.3.0" optional = true [dependencies.yansi] version = "1.0.1" [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [features] async = [] async_derive = [ "async", "derive", ] default = [] derive = ["clap/derive"] macro = ["clap/cargo"] scripts = [] [target."cfg(windows)".dependencies.winapi-util] version = "0.1.8"