flightradarapi 0.1.0

A modern async Rust SDK for the FlightRadar24 API
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "flightradarapi"
version = "0.1.0"
authors = ["ruluby <ruluby@protonmail.com>"]
build = false
include = [
    "src/**/*",
    "examples/**/*",
    "tests/**/*",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern async Rust SDK for the FlightRadar24 API"
homepage = "https://github.com/ruluby/flightradarapi"
documentation = "https://docs.rs/flightradarapi"
readme = "README.md"
keywords = [
    "flightradar24",
    "sdk",
    "api",
    "async",
    "rust",
]
categories = [
    "api-bindings",
    "asynchronous",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/ruluby/flightradarapi"
resolver = "3"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
premium = []

[lib]
name = "flightradarapi"
path = "src/lib.rs"

[[example]]
name = "airport_lookup"
path = "examples/airport_lookup.rs"

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[[test]]
name = "client_integration"
path = "tests/client_integration.rs"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "cookies",
    "json",
    "query",
    "form",
    "rustls",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.51.0"
features = ["time"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.tokio]
version = "1.51.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.wiremock]
version = "0.6.5"