# 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 = "aargvark" version = "0.6.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Self-similar argument parsing" homepage = "https://github.com/andrewbaxter/aargvark" readme = "readme.md" license = "ISC" repository = "https://github.com/andrewbaxter/aargvark" [package.metadata.docs.rs] all-features = true [lib] name = "aargvark" path = "src/lib.rs" [dependencies.aargvark_proc_macros] version = "=3.2.5" [dependencies.comfy-table] version = "7" features = ["custom_styling"] [dependencies.console] version = "0.15" [dependencies.convert_case] version = "0.6" [dependencies.http] version = "1" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.serde_yaml] version = "0" optional = true [dependencies.textwrap] version = "0.16" features = ["terminal_size"] [dependencies.unicode-width] version = "0.1" [dependencies.url] version = "2" optional = true [features] default = [] http_types = ["dep:http"] serde_json = [ "dep:serde_json", "dep:serde", ] serde_yaml = [ "dep:serde_yaml", "dep:serde", ]