# 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 = "minknow-api-rust" version = "0.3.0" description = "Protobuf and gRPC specifications for the MinKNOW API with a Rust implementation" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/dayzerodx/minknow_api_rust" [lib] doctest = false [dependencies.async-stream] version = "0.3" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" [dependencies.hyper-openssl] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.openssl] version = "0.10" [dependencies.prost] version = "0.11" [dependencies.prost-types] version = "0.11" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.22" features = [ "macros", "rt-multi-thread", "fs", ] [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.tonic] version = "0.8" features = [ "transport", "tls", "tls-roots", "tls-webpki-roots", ] [dependencies.tonic-openssl] version = "0.2" [dependencies.tower] version = "0.4" [build-dependencies.tonic-build] version = "0.8"