# 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 = "demand" version = "1.2.4" description = "A CLI prompt library" readme = "README.md" keywords = [ "cli", "prompt", "console", ] license = "MIT" repository = "https://github.com/jdx/demand" [package.metadata.release] allow-branch = ["main"] pre-release-hook = [ "git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] sign-commit = true sign-tag = true [dependencies.console] version = "0.15.8" [dependencies.once_cell] version = "1.19.0" [dependencies.termcolor] version = "1.1" [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.indoc] version = "2.0.5"