# 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-server" version = "0.1.0" authors = ["Ichika "] description = "Server 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.clap] version = "4.2.7" features = [ "derive", "help", "std", ] default-features = false [dependencies.futures] version = "0.3.28" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.26" features = [ "backports", "server", "http2", "runtime", ] default-features = false [dependencies.octoproxy-lib] version = "0.1.0" [dependencies.quinn] version = "0.10.1" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.tokio] version = "1.28.1" features = ["full"] default-features = false [dependencies.tokio-rustls] version = "0.24.0" [dependencies.tokio-stream] version = "0.1.12" [dependencies.tokio-util] version = "0.7.7" features = ["codec"] default-features = false [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.url] version = "2.3.1" [features] alloc = ["octoproxy-lib/alloc"] default = []