# 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 = "csvenum" version = "0.1.4" exclude = ["/examples"] description = """ Generate code for enums with associated constants from a .csv in your command line. """ homepage = "https://github.com/J-Bockhofer/csvenum/README.md" documentation = "https://docs.rs/csvenum" readme = "README.md" keywords = [ "CLI", "csv", "enum", "codegen", "associated-constants", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://github.com/J-Bockhofer/csvenum" resolver = "1" [[bin]] name = "csvenum" path = "src/cli.rs" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.regex] version = "1.10.3" [dependencies.thiserror] version = "1.0.57" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "main" repository = "csvenum"