# 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 = "generic-device-plugin" version = "0.0.1" authors = ["Wenyu Su "] description = "k8s device plugin framework for general usage" keywords = [ "device", "plugin", "kubernetes", "k8s", ] license = "MIT" repository = "https://github.com/Direktor799/generic-device-plugin" [dependencies.anyhow] version = "1.0.82" [dependencies.async-trait] version = "0.1.80" [dependencies.notify] version = "6.1.1" default-features = false [dependencies.once_cell] version = "1.19.0" [dependencies.prost] version = "0.12.4" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" features = ["net"] [dependencies.tonic] version = "0.11.0" [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" [build-dependencies.tonic-build] version = "0.11.0"