# 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 = "transportal" version = "0.1.1" description = "A responsive web interface and server for Transmission." readme = "README.md" keywords = [ "transmission", "torrent", "bittorrent", "web", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later AND 0BSD" repository = "https://github.com/stevenengler/transportal" [dependencies.anyhow] version = "1.0.82" [dependencies.askama] version = "0.12.1" features = ["percent-encoding"] default_features = false [dependencies.askama_axum] version = "0.4.0" default_features = false [dependencies.axum] version = "0.7.5" features = ["http2"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.cookie] version = "0.18.1" [dependencies.flate2] version = "1.0.30" [dependencies.futures-util] version = "0.3.30" [dependencies.hyper] version = "1.3.1" [dependencies.hyper-util] version = "0.1.3" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.4" features = [ "charset", "json", ] default-features = false [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.toml] version = "0.8.12" features = ["parse"] default-features = false [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.5.2" features = ["compression-gzip"] [features] tls = ["reqwest/default-tls"] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.153"