[package] name = "best403unlocker-rs" version = "0.1.4" edition = "2021" description = "Rust implementation of best403unlocker project to bypass 403" license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/403unlocker/best403unlocker-rs" categories = ["command-line-utilities", "development-tools", "accessibility", "network-programming"] keywords = ["403", "dns", "tools", "bypass-403", "bypass"] include = ["src/*.rs", "Cargo.toml", "LICENSE", "README.md"] authors = ["BrPrS"] [dependencies] serde = { version = "1.0", features = ["derive"] } toml = "0.8.14" reqwest = { version = "0.12.5", features = ["blocking", "stream"] } tokio = { version = "1.38.0", features = ["macros"] } futures-util = "0.3.30" trust-dns-resolver = "0.23.2" chrono = "0.4.38" log = "0.4.22" colog = "1.3.0"