# 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 = "ps-signalling" version = "0.1.0" authors = ["Matthew Cotton"] description = "Rust library supporting the implementation of the Pixel Streaming signalling protocol in a Rust application." keywords = [ "tensorworks", "pixelstreaming", "signalling", ] license = "MIT" repository = "https://github.com/TensorWorks/rust-signalling" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.colog] version = "1.2.0" [dependencies.futures] version = "0.3" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.paste] version = "1.0.13" [dependencies.protobuf] version = "3" [dependencies.protobuf-json-mapping] version = "3.2.0" [dependencies.quote] version = "1.0.29" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.28" features = [ "macros", "sync", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.uuid] version = "1.1.2" features = [ "serde", "v4", ] [dependencies.warp] version = "0.3" features = ["tls"] [build-dependencies.protobuf-codegen] version = "3" [build-dependencies.protoc-rust] version = "^2.0"