# 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 = "kommand" version = "0.15.2" authors = ["Dan Gohman "] description = "Command-line arguments via function arguments" readme = "README.md" keywords = [ "cli", "macro", "main", "parser", ] categories = [ "command-line-interface", "command-line-utilities", "parsing", "rust-patterns", ] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/sunfishcode/nameless" [lib] proc-macro = true [dependencies.heck] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.2" features = ["nightly"] [dependencies.pulldown-cmark] version = "0.9.0" [dependencies.quote] version = "1.0.2" [dependencies.syn] version = "1.0.54" features = [ "full", "extra-traits", "visit-mut", ] [dev-dependencies.clap] version = "3.0.0-beta.2" package = "nameless-clap" [dev-dependencies.clap_derive] version = "3.0.0-beta.2" package = "nameless-clap_derive"