# 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 = "mvs_web" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Filter Mullvad's SOCKS5 proxies by country, city, datacenter, weight and online status." readme = "README.md" keywords = [ "mullvad", "socks5", "filter", "api", "json", ] license = "MIT" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = 3 lto = "fat" codegen-units = 16 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = true strip = "symbols" [[bin]] name = "mvs_web" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.axum] version = "0.7.9" [dependencies.axum-macros] version = "0.4.2" [dependencies.env_logger] version = "0.11.5" features = [ "auto-color", "humantime", ] default-features = false [dependencies.log] version = "0.4.22" [dependencies.mullvad_socks] version = "1.5.1" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "http2", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.tokio] version = "1.41.1" features = [ "macros", "rt-multi-thread", ] default-features = false