# 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" rust-version = "1.75.0" name = "ip-api4rs" version = "3.0.0" authors = ["Timon Klinkert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for the ip-api.com API." homepage = "https://github.com/DenuxPlays/ip-api4rs" documentation = "https://docs.rs/ip-api4rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/DenuxPlays/ip-api4rs" [package.metadata.docs.rs] all-features = true [lib] name = "ip_api4rs" path = "src/lib.rs" [[test]] name = "constants" path = "tests/constants.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.governor] version = "0.7" [dependencies.nonzero_ext] version = "0.3" default-features = false [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-aux] version = "4" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "2" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "rt-multi-thread", ] [features] blocking = ["reqwest/blocking"]