# 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 = "starlink" version = "1.0.0" authors = ["Elias Wilken "] exclude = [ ".github", "codegen", "examples", ".gitignore", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "rustfmt.toml", ] description = "Rust client implementation to the gRPC endpoint exposed by the SpaceX Starlink user terminal" documentation = "https://docs.rs/starlink" readme = "README.md" keywords = [ "spacex", "starlink", ] license = "MIT/Apache-2.0" repository = "https://github.com/ewilken/starlink-rs" [dependencies.prost] version = "0.12.3" [dependencies.tonic] version = "0.10.2" [dev-dependencies.async-stream] version = "0.3.5" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt-multi-thread", "macros", ] [build-dependencies.tonic-build] version = "0.10.2"