# 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 = "nu-completion-script" version = "0.1.3" description = "A script for generating nu completions from Fish completions" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/dscottboggs/nu-completions" [dependencies.anyhow] version = "1.0.65" features = ["backtrace"] [dependencies.async-recursion] version = "1.0.0" [dependencies.beau_collector] version = "0.2.1" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.defaultmap] version = "0.5.0" [dependencies.derive_deref] version = "1.1.1" [dependencies.femme] version = "2.2.1" [dependencies.lazy-regex] version = "2.3.0" [dependencies.log] version = "0.4.17" features = ["kv_unstable"] [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.shell-words] version = "1.1.0" [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt-multi-thread", ] [dependencies.which] version = "4.3.0"