# 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 = "text-completions" version = "0.1.0" description = "Environment and file path completions for dialoguer" homepage = "https://github.com/beaconbrigade/system-hook/tree/master/text-completions" documentation = "https://docs.rs/text-completions" readme = "README.md" categories = [ "cli", "prompt", "completion", ] license = "MIT" repository = "https://github.com/beaconbrigade/system-hook.git" [dependencies.dialoguer] version = "0.10" features = ["completion"] [dependencies.envmnt] version = "0.10"