# 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 = "typical" version = "0.12.1" authors = ["Stephan Boyer "] description = "Data interchange with algebraic data types." homepage = "https://github.com/stepchowfun/typical" documentation = "https://github.com/stepchowfun/typical" readme = "README.md" license = "MIT" repository = "https://github.com/stepchowfun/typical" [dependencies.clap] version = "2" features = ["wrap_help"] [dependencies.colored] version = "1" [dependencies.pad] version = "0.1" [dependencies.textwrap] version = "0.14" [dependencies.unicode-segmentation] version = "1" [lints.clippy] default_numeric_fallback = "deny" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] warnings = "deny"