# 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 = "portfu" version = "1.2.0" authors = ["James Hoerr"] description = "Rust HTTP Server Libary built Around Hyper.rs with Macros Similar to Actix " homepage = "https://github.com/GalactechsLLC/portfu" license = "Apache-2.0" repository = "https://github.com/GalactechsLLC/portfu/portfu" [dependencies.async-trait] version = "0.1.80" [dependencies.cookie] version = "0.18.1" [dependencies.dashmap] version = "5.5.3" [dependencies.futures-core] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "1.1.0" [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1.2.0" features = ["full"] [dependencies.hyper-util] version = "0.1.3" features = ["full"] [dependencies.log] version = "0.4.21" [dependencies.oauth2] version = "4.4.2" [dependencies.octocrab] version = "0.38.0" [dependencies.once_cell] version = "1.19.0" [dependencies.portfu_core] version = "1.2.0" [dependencies.portfu_macros] version = "1.2.0" [dependencies.reqwest] version = "0.12.3" features = [ "rustls-tls", "json", "stream", ] default-features = false [dependencies.rustls] version = "0.23.4" [dependencies.rustls-pemfile] version = "2.1.2" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "sync", "signal", "macros", "process", "time", "fs", "net", ] [dependencies.tokio-rustls] version = "0.26.0" [dependencies.tokio-tungstenite] version = "0.21.0" features = [ "rustls-tls-webpki-roots", "rustls", ] [dependencies.uuid] version = "1.8.0" features = ["v4"] [dependencies.webpki-roots] version = "0.26.1" [dependencies.x509-cert] version = "0.2.5" [features] default = [] github_auth = []