# 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 = "borer-core" version = "0.1.2" authors = ["Born "] description = "borer-core" homepage = "https://docs.rs/borer-core" documentation = "https://docs.rs/borer-core" readme = "README.md" keywords = [ "socks5", "proxy", "network", "trojan", "borer", ] categories = [ "network-programming", "asynchronous", ] license = "GPL-3.0-or-later" repository = "https://github.com/borerbba/borer-server" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.4.0" features = ["std"] default-features = false [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" features = ["kv_unstable_serde"] [dependencies.rand] version = "0.8.4" [dependencies.rustls-pemfile] version = "2" [dependencies.socks5-proto] version = "0.4.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-rustls] version = "0.26" [dependencies.tokio-tungstenite] version = "0.23" features = ["rustls-tls-webpki-roots"] [dependencies.webpki-roots] version = "0.26"