# 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_core" version = "1.2.0" description = "Portfu Core Types and Definitions Library" homepage = "https://github.com/GalactechsLLC/portfu" license = "Apache-2.0" repository = "https://github.com/GalactechsLLC/portfu/portfu_core" [dependencies.async-trait] version = "0.1.80" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.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.mime_guess] version = "2.0.4" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.4" features = [] [dependencies.reqwest] version = "0.12.4" features = ["stream"] [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.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.tokio-util] version = "0.7.10" [dependencies.uuid] version = "1.8.0" features = ["v4"]