# 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 = "tankerkoenig" version = "0.3.0" build = false exclude = [ ".github/", "test", ] autobins = false autoexamples = false autotests = false autobenches = false description = "API wrapper for the tankerkoenig api" homepage = "https://github.com/jontze/tankerkoenig-rs" documentation = "https://docs.rs/tankerkoenig" readme = "README.md" keywords = [ "api-wrapper", "tankerkoenig", "api", "fuel", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/jontze/tankerkoenig-rs" [lib] name = "tankerkoenig" path = "src/lib.rs" [[example]] name = "prices" path = "examples/prices.rs" [[example]] name = "prices_multiple" path = "examples/prices_multiple.rs" [[example]] name = "station_details" path = "examples/station_details.rs" [[example]] name = "stations_near" path = "examples/stations_near.rs" [[example]] name = "stations_near_with_fuel" path = "examples/stations_near_with_fuel.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.reqwest] version = "0.12.9" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.66" [dev-dependencies.futures] version = "0.3.31" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.wiremock] version = "0.6.2"