# 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 = "lightspeed-astro" version = "1.1.5" description = "The new protocol for astronomical devices communication" readme = "README.md" keywords = [ "astrophotography", "indi", "ascom", "alpaca", ] categories = ["science"] license = "MIT" repository = "https://github.com/devDucks/lightspeed/" [lib] name = "lightspeed_astro" path = "src/lib.rs" [dependencies.prost] version = "0.11.9" [dependencies.protobuf] version = "3.2.0" [dependencies.serde] version = "1.0.163" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tonic] version = "0.9.2" [build-dependencies.protobuf] version = "3.2.0" [build-dependencies.protobuf-codegen] version = "3.2.0" [build-dependencies.protoc-bin-vendored] version = "3.0.0" [build-dependencies.tonic-build] version = "0.9.2"