# 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" rust-version = "1.59" name = "rk-dashboard-webapi" version = "0.0.2" authors = ["rainbowflesh"] exclude = ["examples/**"] description = "Rockchip SoC platform dashboard Web API" homepage = "https://github.com/rainbowflesh/rk-dashboard-webapi" documentation = "https://github.com/rainbowflesh/rk-dashboard-webapi" readme = "readme.md" keywords = [ "rk-dashboard", "dashboard", ] categories = ["web-programming::http-server"] license = "AGPL-3.0-or-later" license-file = "license" repository = "https://github.com/rainbowflesh/rk-dashboard-webapi" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.6.18" features = [ "tracing", "ws", "http2", "macros", "multipart", ] [dependencies.clap] version = "4.3.8" features = [ "derive", "unicode", "wrap_help", ] [dependencies.curl] version = "0.4.44" [dependencies.hashbrown] version = "0.14.0" [dependencies.libc] version = "0.2.146" [dependencies.regex] version = "1.8.4" [dependencies.sea-orm] version = "^0.11.3" features = [ "macros", "runtime-tokio-rustls", "sqlx-sqlite", "with-json", "with-chrono", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sysinfo] version = "0.29.2" features = ["serde"] [dependencies.termcolor] version = "1.2.0" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.toml] version = "0.7.4" [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.4.0" features = [ "cors", "trace", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["json"] [dev-dependencies]