[package]
edition = "2024"
name = "endhost-api-discovery-models"
version = "0.5.2"
authors = ["Anapaya & contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protobuf definitions for the SCION endhost API"
readme = "README.md"
keywords = [
"SCION",
"networking",
]
license = "Apache-2.0"
repository = "https://github.com/anapaya/scion-sdk"
resolver = "2"
[features]
default = ["protobuf"]
protobuf = ["prost"]
[lib]
name = "endhost_api_discovery_models"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.prost]
version = "0.14"
optional = true
[dependencies.thiserror]
version = "2.0"
[dependencies.url]
version = "2.5"
features = ["serde"]
[lints.clippy]
mem_forget = "deny"
[lints.rust]
missing_docs = "warn"