# 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_builder" 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" [dependencies.terminal_size] version = "^0.3.0" [dependencies.thiserror] version = "^1.0" [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.empty] version = "0.0.4" [dev-dependencies.rand] version = "^0.8" [dev-dependencies.rstest] version = "^0.15" [features] tracing_debug = ["tracing"] unit_test = []