endhost-api-models 0.4.0

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

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

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

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

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

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

[lints.clippy]
mem_forget = "deny"

[lints.rust]
missing_docs = "warn"