# 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 = "realraum_backend_projector" version = "0.0.0" authors = ["Tanja "] include = [ "/src", "/Cargo.toml", "/README.md", "/LICENSE.md", ] description = "A projector remote-control server backend for Realraum" homepage = "https://github.com/realraum/realraum-backend#readme" documentation = "https://docs.rs/realraum_backend_projector/latest/realraum_backend_projector/" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/realraum/realraum-backend" resolver = "1" [dependencies.axum] version = "0.6.20" features = [ "http2", "ws", ] [dependencies.hyper] version = "0.14.27" features = ["full"] [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.30.0" features = ["full"] [dependencies.tower-http] version = "0.4.3" features = [ "fs", "cors", "compression-full", ]