# 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" rust-version = "1.70.0" name = "yapp" version = "0.4.1" authors = ["Piotr Karasinski"] description = "Yet Another Password Prompt" readme = "README.md" keywords = [ "password", "prompt", "terminal", "console", "cli", ] license = "MIT" repository = "https://github.com/caleb9/yapp" [[example]] name = "mock_yapp" crate-type = ["staticlib"] path = "examples/mock_yapp.rs" test = true [[example]] name = "mock_yapp_with_is_interactive" crate-type = ["staticlib"] path = "examples/mock_yapp_with_is_interactive.rs" test = true [dependencies.console] version = "0.15.8" [dev-dependencies.mockall] version = "0.12.*"