# 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 = "systemathics-apis" version = "2.32.1" authors = ["Systemathics "] description = "Ganymede.cloud rust client." readme = "README.md" keywords = [ "ganymede", "systemathics", "grpc", ] license = "MIT" repository = "https://github.com/systemathics/sdk-rust" [dependencies.prost] version = "0.10" [dependencies.prost-types] version = "0.10" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", "fs", ] [dependencies.tonic] version = "0.7" features = [ "tls", "prost", ] [build-dependencies.tonic-build] version = "0.7" [build-dependencies.walkdir] version = "2"