rfesi 0.50.2

Rust API for EVE Online's ESI
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 = "2021"
name = "rfesi"
version = "0.50.2"
authors = ["Celeo <mattboulanger@fastmail.com>"]
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust API for EVE Online's ESI"
homepage = "https://github.com/celeo/rfesi"
documentation = "https://docs.rs/rfesi"
readme = "README.md"
keywords = [
    "eve",
    "eve-online",
    "esi",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/celeo/rfesi"

[features]
default = [
    "random_state",
    "validate_jwt",
    "default-tls",
]
default-tls = ["reqwest/default-tls"]
random_state = []
rustls-tls = ["reqwest/rustls-tls"]
validate_jwt = ["dep:jsonwebtoken"]

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

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

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.http]
version = "1.3.1"

[dependencies.jsonwebtoken]
version = "10.3.0"
features = ["rust_crypto"]
optional = true

[dependencies.log]
version = "0.4.27"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "json",
    "charset",
    "http2",
    "macos-system-configuration",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "1.0.69"

[dependencies.tokio]
version = "1"

[dev-dependencies.chrono]
version = "0.4.41"

[dev-dependencies.pretty_env_logger]
version = "0.5.0"

[dev-dependencies.rusty-hook]
version = "0.11.2"

[dev-dependencies.tokio]
version = "1.45.0"
features = ["full"]

[dev-dependencies.uuid]
version = "1.16.0"
features = [
    "v4",
    "fast-rng",
]