[package] name = "borer-core" version = "0.1.2" edition = "2021" authors = ["Born "] description = "borer-core" categories = ["network-programming", "asynchronous"] keywords = ["socks5", "proxy", "network", "trojan", "borer"] readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/borerbba/borer-server" homepage = "https://docs.rs/borer-core" documentation = "https://docs.rs/borer-core" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = {workspace = true} tokio = {workspace = true} anyhow = {workspace = true} tokio-rustls = {workspace = true} rustls-pemfile = {workspace = true} webpki-roots = {workspace = true} tokio-tungstenite = {workspace = true} futures= {workspace = true} bytes = {workspace = true} socks5-proto = {workspace = true} async-trait = "0.1" rand = "0.8.4"