endhost-api-client 0.4.0

SCION endhost API client
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"
name = "endhost-api-client"
version = "0.4.0"
authors = ["Anapaya & contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SCION endhost API client"
readme = "README.md"
keywords = [
    "SCION",
    "networking",
]
license = "Apache-2.0"
repository = "https://github.com/anapaya/scion-sdk"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.endhost-api]
version = "0.4.0"

[dependencies.endhost-api-models]
version = "0.4.0"

[dependencies.endhost-api-protobuf]
version = "0.4.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "charset",
    "http2",
    "json",
    "rustls-tls",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.scion-proto]
version = "0.4.0"

[dependencies.scion-sdk-reqwest-connect-rpc]
version = "0.4.0"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"
features = ["serde"]

[lints.clippy]
mem_forget = "deny"

[lints.rust]
missing_docs = "warn"