# 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.0.177" authors = ["Gaius "] build = "build.rs" 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.3" [dependencies.prost-types] version = "0.13.3" [dependencies.prost-wkt-types] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.41.1" features = [ "rt-multi-thread", "macros", ] [dependencies.tonic] version = "0.12.3" [build-dependencies.tonic-build] version = "0.12.1"