# 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 = "radio-tower" version = "0.1.0" description = "Experimental web frontend for Transmission" readme = "README.md" license = "GPL-3.0-or-later" [dependencies.axum] version = "0.6.18" features = ["query"] [dependencies.base64] version = "0.21.0" [dependencies.chrono] version = "0.4.24" [dependencies.color-eyre] version = "0.6.2" [dependencies.dioxus] version = "0.3.2" [dependencies.dioxus-free-icons] version = "0.6.0" features = [ "ionicons", "feather", ] [dependencies.dioxus-interpreter-js] version = "0.3.1" [dependencies.dioxus-liveview] version = "0.3.0" features = ["axum"] [dependencies.dioxus-router] version = "0.3.0" [dependencies.eyre] version = "0.6.8" [dependencies.http] version = "0.2.9" [dependencies.human_bytes] version = "0.4.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.reqwest] version = "0.11.17" features = [ "serde_json", "json", ] [dependencies.rust-embed] version = "6.6.1" features = ["axum"] [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.serde_repr] version = "0.1.12" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tower-http] version = "0.4.0"