# 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-client" version = "0.1.0" authors = ["Ichika "] description = "Client library for octoproxy" license = "MIT" repository = "https://github.com/schwartx/octoproxy" resolver = "1" [dependencies.anyhow] version = "1.0.71" [dependencies.axum] version = "0.6.18" features = ["ws"] [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.hashring] version = "0.3.0" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.26" features = [ "backports", "http2", ] default-features = false [dependencies.left-right] version = "0.11.5" [dependencies.octoproxy-lib] version = "0.1.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.quinn] version = "0.10.1" [dependencies.rand] version = "0.8.5" [dependencies.rustls] version = "0.21.1" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = ["full"] default-features = false [dependencies.tokio-rustls] version = "0.24.0" [dependencies.tokio-util] version = "0.7.7" default-features = false [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.toml] version = "0.7.3" [features] alloc = ["octoproxy-lib/alloc"] default = []