# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "gtin-validate" version = "1.3.0" authors = ["Austin Hartzheim "] include = ["**/*.rs", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE"] description = "Validate GTIN barcodes including UPC-A and EAN-13.\n\nThis module has built-in support for GTIN-8, GTIN-12 (UPC-A), GTIN-13 (EAN-13), and GTIN-14 codes.\n" readme = "README.md" keywords = ["upc", "ean", "gtin"] license = "MIT/Apache-2.0" repository = "https://github.com/austinhartzheim/rust-gtin-validate/" [[bench]] name = "gtin8" harness = false [[bench]] name = "gtin12" harness = false [[bench]] name = "gtin13" harness = false [[bench]] name = "gtin14" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "0.9" [badges.coveralls] branch = "master" repository = "austinhartzheim/rust-gtin-validate" service = "github" [badges.travis-ci] repository = "austinhartzheim/rust-gtin-validate"