# 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-info" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An easy-to-use wrapper for the IMEI.info API, used for retrieving information about mobile devices using IMEIs and other identifiers." readme = "README.md" keywords = [ "imei", "imeiinfo", "cellular", "phone", "identification", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/lthoerner/imei-info" [lib] name = "imei_info" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.paste] version = "1.0.15" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.206" features = ["derive"] [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.tokio] version = "1.39.2" features = ["macros"]