-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 773 Bytes
/
Cargo.toml
File metadata and controls
26 lines (24 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "maxmind_geo_ip2"
version = "0.2.5"
authors = ["Matthew Phillips <matthew.t.phillips@protonmail.com>"]
description = "a REST API client for the MaxMind GeoIP2 API"
documentation = "https://github.com/mtphil/maxmind_geo_ip2"
readme = "README.md"
homepage = "https://github.com/mtphil/maxmind_geo_ip2"
repository = "https://github.com/mtphil/maxmind_geo_ip2"
license = "MIT"
edition = "2018"
keywords = ["maxmind", "geo-ip", "geoip"]
categories = ["web-programming::http-client"]
exclude = [
".idea/*",
"src/bin.rs",
"Cargo2.toml"
]
[dependencies]
reqwest = { version = "0.11.10", features = ["rustls", "json"] }
serde = { version = "1.0.125", features = ["derive"] }
reqwest-wasm-ext = "0.1.0"
[badges]
maintenance = {status = "experimental"}