# 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 = "dynarg" version = "2.1.4" description = "A simple mechanism for dynamic robust argument handling" readme = "README.md" keywords = [ "argument", "dynamic", "arguments", "dispatch", ] categories = [ "data-structures", "config", "rust-patterns", ] license = "LGPL-3.0-or-later" repository = "https://github.com/alxpettit/dynarg" [[example]] name = "basic" path = "examples/basic.rs" required-features = ["used"] [[example]] name = "example-use-case" path = "examples/example-use-case.rs" required-features = ["used"] [[example]] name = "poke" path = "examples/poke.rs" required-features = ["used"] [[test]] name = "with_used" path = "tests/with_used.rs" required-features = ["used"] [dependencies.indexmap] version = "1.9.2" [dependencies.snafu] version = "0.7.4" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13" [features] default = ["used"] used = []