# 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 = "octoproxy-lib" version = "0.1.0" authors = ["Ichika "] description = "Common library for octoproxy" license = "MIT" repository = "https://github.com/schwartx/octoproxy" resolver = "1" [dependencies.anyhow] version = "1.0.71" [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3.28" features = ["std"] [dependencies.futures-util] version = "0.3.28" [dependencies.http] version = "0.2.9" [dependencies.httparse] version = "1.8.0" [dependencies.hyper] version = "0.14.26" features = [ "tcp", "client", "http1", ] default-features = false [dependencies.mimalloc] version = "0.1.37" optional = true default-features = false [dependencies.quinn] version = "0.10.1" [dependencies.rustls] version = "0.21.0" features = ["dangerous_configuration"] [dependencies.rustls-pemfile] version = "1.0.2" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.tokio] version = "1.28.1" features = ["full"] default-features = false [dependencies.tokio-stream] version = "0.1.12" [dependencies.tokio-util] version = "0.7.7" features = ["codec"] [dependencies.toml] version = "0.7.3" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.webpki-roots] version = "0.23.0" [features] alloc = ["mimalloc"] default = []