# 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 = "luhny" version = "0.3.0" authors = ["Angel Dollface "] exclude = ["/.github"] description = "My Rustacean implementation of the Luhn algorithm for IMEI numbers." homepage = "https://github.com/angeldollface/luhny-rs" documentation = "https://docs.rs/luhny/0.3.0" readme = "README.markdown" categories = [ "imei", "luhn", ] license = "MIT" repository = "https://github.com/angeldollface/luhny-rs" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "luhny" path = "src/main.rs" [dependencies.cliply] version = "0.2.0" [dependencies.coutils] version = "1.5.0"