# 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 = "may-clack" version = "0.6.1" authors = ["may"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "stylish, interactive command line prompts" readme = "readme.md" keywords = [ "clack", "cli", "input", "prompt", "prompts", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MPL-2.0" repository = "https://github.com/m4rch3n1ng/may-clack" [lib] name = "may_clack" path = "src/lib.rs" [[example]] name = "full" path = "examples/full.rs" [[example]] name = "generic" path = "examples/generic.rs" [[example]] name = "generic_select" path = "examples/generic_select.rs" [[example]] name = "less" path = "examples/less.rs" [[example]] name = "maybe_initial" path = "examples/maybe_initial.rs" [[example]] name = "single" path = "examples/single.rs" [[example]] name = "to_string" path = "examples/to_string.rs" [[example]] name = "validate" path = "examples/validate.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.is-unicode-supported] version = "0.1.0" [dependencies.once_cell] version = "1.19.0" [dependencies.owo-colors] version = "4.0.0" [dependencies.rustyline] version = "14.0.0" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.unicode-truncate] version = "1.1.0"