# 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 = "gcp_client" version = "0.1.4" authors = ["Peter Hrvola "] description = "Experimantal GCP client" license = "MIT" [lib] path = "src/mod.rs" [dependencies.prost] version = "0.6" [dependencies.prost-types] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tonic] version = "0.2" [build-dependencies.bytes] version = "0.5" default-features = false [build-dependencies.globwalk] version = "0.8" [build-dependencies.heck] version = "0.3" [build-dependencies.itertools] version = "0.9" [build-dependencies.log] version = "0.4" [build-dependencies.multimap] version = "0.8" default-features = false [build-dependencies.petgraph] version = "0.5" default-features = false [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.prost] version = "0.6" [build-dependencies.prost-types] version = "0.6" [build-dependencies.quote] version = "1.0" [build-dependencies.syn] version = "1.0" [build-dependencies.tempfile] version = "3" [build-dependencies.walkdir] version = "2.3" [badges.maintenance] status = "experimental"