# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "k8s-csi" version = "0.4.0" authors = ["kflansburg "] description = "Bindings for Kubernetes CSI" documentation = "https://docs.rs/crate/k8s-csi" readme = "README.md" keywords = ["client", "kubernetes", "k8s", "csi"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/kflansburg/k8s-csi" [dependencies.prost] version = "0.8" [dependencies.prost-types] version = "0.8" [dependencies.tonic] version = "0.5" features = ["tls"] [dev-dependencies.tokio] version = "1.0" features = ["macros", "net", "rt-multi-thread"] [dev-dependencies.tower] version = "0.4.2" [build-dependencies.prost-build] version = "0.8" [build-dependencies.tonic-build] version = "0.5" features = ["prost", "transport"] default-features = false