[package] name = "systemathics-apis" version = "2.32.1" edition = "2021" authors = ["Systemathics "] repository = "https://github.com/systemathics/sdk-rust" keywords = ["ganymede","systemathics","grpc"] license = "MIT" readme = "README.md" description = "Ganymede.cloud rust client." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tonic = { version = "0.7", features = ["tls", "prost"] } prost = "0.10" prost-types = "0.10" tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "fs"] } [build-dependencies] walkdir = "2" tonic-build = "0.7"