# 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 = "clap_complete_nushell" version = "0.1.11" authors = ["nibon7 "] exclude = [ "tests/*", "scripts/*", ] description = "A generator library used with clap for Nushell completion scripts" homepage = "https://github.com/nibon7/clap_complete_nushell" readme = "./README.md" keywords = [ "clap", "cli", "completion", "nushell", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/nibon7/clap_complete_nushell" [dependencies.clap] version = "4.0" default-features = false [dependencies.clap_complete] version = "4.0" [dev-dependencies.nu-cli] version = "0.80.0" [dev-dependencies.nu-command] version = "0.80.0" [dev-dependencies.nu-parser] version = "0.80.0" [dev-dependencies.nu-protocol] version = "0.80.0" [dev-dependencies.nu-test-support] version = "0.80.0" [dev-dependencies.reedline] version = "0.19.1" [dev-dependencies.snapbox] version = "0.4" features = ["diff"]