Files
v2ray-proxy/Cargo.toml
Keivan-sf db80283de4 change back to v2parser
v2-uri-parser is actually hard to type ngl
2025-07-27 22:24:57 +03:30

17 lines
396 B
TOML

[package]
name = "v2parser"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.22.1"
clap = { version = "4.4.6", features = ["derive"] }
http = "1.3.1"
querystring = "1.1.0"
regex = "1.9.6"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
urlencoding = "2"