# 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 = "ar_cuil_cuit_validator" version = "0.1.1" authors = ["Santiago Peraza"] description = "CLI tool to validate Argentinian CUIL/CUIT number" documentation = "https://github.com/santiagoperaza/ar-cuil-cuit-validator" readme = "README.md" keywords = [ "argentina", "cuil", "cuit", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/santiagoperaza/ar-cuil-cuit-validator" [lib] name = "ar_cuil_cuit_validator" path = "src/main.rs" [[bin]] name = "ar_cuil_cuit_validator" path = "src/cli.rs" [dependencies.clap] version = "4.0" features = ["derive"]