endhost-api-protobuf 0.4.0

Protobuf definitions for the SCION endhost API
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-protobuf"
version = "0.4.0"
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"

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

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

[dependencies.prost]
version = "0.14"

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

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

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

[lints.clippy]
mem_forget = "deny"

[lints.rust]
missing_docs = "warn"