# 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 = "ph-mobile-network" version = "0.1.4" authors = ["Uriah Galang "] description = "A library for identifying mobile network operators in the Philippines based on phone number prefixes." homepage = "https://github.com/codeitlikemiley/ph-mobile-network" documentation = "https://github.com/codeitlikemiley/ph-mobile-network/blob/main/Readme.md" readme = "README.md" keywords = [ "mobile", "network", "philippines", "prefix", ] categories = [ "api-bindings", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/codeitlikemiley/ph-mobile-network" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.4"