dragonfly-api 2.2.15

Canonical location of the Dragonfly API definition
# 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 = "dragonfly-api"
version = "2.2.15"
authors = ["Gaius <gaius.qi@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical location of the Dragonfly API definition"
homepage = "https://d7y.io"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dragonflyoss/api"

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

[dependencies.prost]
version = "0.13.5"

[dependencies.prost-types]
version = "0.14.3"

[dependencies.prost-wkt-types]
version = "0.6"

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

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.tonic]
version = "0.12.3"

[build-dependencies.tonic-build]
version = "0.12.1"