# 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 = "ip2region" version = "0.1.0" exclude = ["data/*"] description = "ip2region for rust" homepage = "https://github.com/openmynet/ip2region-rs" documentation = "https://docs.rs/ip2region" readme = "README.md" keywords = [ "ip", "location", "geolocation", ] categories = ["accessibility"] license = "MIT" repository = "https://github.com/openmynet/ip2region-rs" resolver = "2" [[bench]] name = "bench" harness = false [dependencies.speedy] version = "0.8.2" [dev-dependencies.bencher] version = "0.1.5"