# 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 = "imei" version = "1.1.1" authors = ["Grant Handy "] exclude = [ "target", "Cargo.lock", ] description = "An IMEI number validator" documentation = "https://docs.rs/imei" readme = "README.md" keywords = [ "imei", "luhn", "phone", "mobile", "no_std", ] categories = [ "No standard library", "Algorithms", ] license = "MIT" repository = "https://github.com/grantshandy/imei" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.chrono] version = "0.4" [dev-dependencies.serde_json] version = "1.0" [features] default = [ "std", "serde", ] serde = ["dep:serde"] std = []