# 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" rust-version = "1.76" name = "ac-qu-ai-nt-cli-clap" version = "0.0.10" authors = ["J / Jacob Babich "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI (written with clap) for ac-qu-ai-nt" readme = false license = "Apache-2.0 OR MIT OR Unlicense" repository = "https://github.com/babichjacob/ac-qu-ai-nt" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" [lib] name = "ac_qu_ai_nt_cli_clap" path = "src/lib.rs" [[bin]] name = "ac-qu-ai-nt-cli-clap" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.tracing] version = "0.1.35" optional = true [features] default = ["tracing"] tracing = ["dep:tracing"]