# 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.45.1" authors = ["Celeo "] build = false exclude = [".github"] 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" [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.1.0" [dependencies.jsonwebtoken] version = "9.1.0" optional = true [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = [ "json", "charset", "http2", "macos-system-configuration", ] default-features = false [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.48" [dev-dependencies.chrono] version = "0.4.31" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.rusty-hook] version = "0.11.2" [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.uuid] version = "1.5.0" features = [ "v4", "fast-rng", ] [features] default = [ "random_state", "validate_jwt", "default-tls", ] default-tls = ["reqwest/default-tls"] random_state = [] rustls-tls = ["reqwest/rustls-tls"] validate_jwt = ["dep:jsonwebtoken"]