# 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 = "getargs" version = "0.5.0" authors = [ "James Tai ", "LoganDark", ] description = "A truly zero-cost argument parser" homepage = "https://github.com/j-tai/getargs" documentation = "https://docs.rs/getargs/*/getargs/" readme = "README.md" keywords = [ "arg", "argument", "parse", "parser", "cli", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/j-tai/getargs" resolver = "2" [dependencies] [dev-dependencies.argv] version = "~0.1.5" [dev-dependencies.thiserror] version = "^1.0.31" [features] default = ["std"] std = []