# 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 = "carapace_spec_clap" version = "1.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "spec generation for clap-rs/clap" readme = "README.md" keywords = [ "cli", "completion", "clap", "carapace", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/carapace-sh/carapace-spec-clap" [lib] name = "carapace_spec_clap" path = "src/lib.rs" [[example]] name = "carapace_spec" path = "examples/carapace_spec.rs" [[example]] name = "git" path = "examples/git.rs" [[test]] name = "carapace_spec" path = "tests/carapace_spec.rs" [[test]] name = "common" path = "tests/common.rs" [dependencies.clap] version = "4.5.17" features = ["std"] default-features = false [dependencies.clap_complete] version = "4.5.26" [dependencies.indexmap] version = "2.5.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml_ng] version = "0.10.0" [dev-dependencies.snapbox] version = "0.6" features = ["diff"]