# 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 = "blarg" version = "1.0.4" description = "A type-safe, domain sensitive, argument/option paradigm command line parser." readme = "README.md" keywords = [ "argument", "cli", "arg", "parser", "parse", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/sawatzkylindsey/blarg" [package.metadata.docs.rs] all-features = true [dependencies.blarg_builder] version = "1.0.4" [dependencies.blarg_derive] version = "1.0.4" [features] tracing_debug = ["blarg_builder/tracing_debug"] unit_test = ["blarg_builder/unit_test"]