# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ptth_relay" version = "2.0.0" authors = ["Trish"] description = "The PTTH relay" license = "AGPL-3.0" repository = "https://github.com/ReactorScram/ptth" [dependencies.base64] version = "0.13.0" [dependencies.blake3] version = "0.3.7" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "2.33.3" [dependencies.dashmap] version = "4.0.2" [dependencies.futures] version = "0.3.7" [dependencies.futures-util] version = "0.3.8" [dependencies.handlebars] version = "3.5.3" [dependencies.http] version = "0.2.3" [dependencies.hyper] version = "0.14.4" features = ["http1", "server", "stream", "tcp"] [dependencies.itertools] version = "0.9.0" [dependencies.ptth_core] version = "2.0.0" [dependencies.rand] version = "0.8.3" [dependencies.rmp-serde] version = "0.14.4" [dependencies.rusty_ulid] version = "0.10.1" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.60" [dependencies.thiserror] version = "1.0.22" [dependencies.tokio] version = "1.4.0" features = [] [dependencies.tokio-stream] version = "0.1.3" [dependencies.toml] version = "0.5.7" [dependencies.tracing] version = "0.1.25" [dependencies.tracing-futures] version = "0.2.4" [dependencies.tracing-subscriber] version = "0.2.15"