# 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 = "vasystem-api" version = "0.2.0" description = "VASystem API client" homepage = "https://docs.vasystem.dev/" documentation = "https://docs.vasystem.dev/" readme = "README.md" license = "MIT" [dependencies.futures-core] version = "0.3" [dependencies.http] version = "0.2" [dependencies.oauth2] version = "4.2" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" [dependencies.tonic] version = "0.10" features = [ "tls", "tls-roots", ] [dependencies.tower] version = "0.4" [dependencies.vasystem-api-grpc] version = "0.1" [build-dependencies.prost-build] version = "0.12" [build-dependencies.tonic-build] version = "0.10"