# 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 = "pijul-interaction" version = "0.0.1" authors = ["Finchie"] include = [ "Cargo.toml", "src", ] description = "Human friendly input/output (progress bars, passwords etc) for contexts such as terminals or GUIs" license = "GPL-2.0" repository = "https://nest.pijul.com/pijul/pijul" [dependencies.dialoguer] version = "0.10.4" features = ["fuzzy-select"] [dependencies.duplicate] version = "1.0.0" [dependencies.indicatif] version = "0.17" features = ["improved_unicode"] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.19" [dependencies.pijul-config] version = "0.0.1" [dependencies.thiserror] version = "1.0.43"