# 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 = "divoom-gateway" version = "0.1.42" authors = ["r12f "] build = "build.rs" description = "A REST API gateway with swagger UI provided for controlling divoom devices." readme = "README.md" keywords = [ "divoom", "pixoo", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/r12f/divoom" [package.metadata.winres] LegalCopyright = "Copyright (c) 2022 r12f" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.divoom] version = "0.1.42" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.poem] version = "1" [dependencies.poem-openapi] version = "2" features = ["swagger-ui"] [dependencies.rgb] version = "0.8.33" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0.30" [dependencies.tiny-skia] version = "0.6" features = [ "std", "simd", ] [dependencies.tokio] version = "1.13.0" features = [ "rt-multi-thread", "time", "sync", "macros", "net", "io-util", ] [dependencies.tracing] version = "0.1.29" features = ["log"] [dev-dependencies.pretty_assertions] version = "1.0.0" [build-dependencies.winres] version = "0.1.12"