[package] name = "autoproxy" version = "0.1.0" authors = ["Max1Truc "] license = "MIT" readme = "README.md" repository = "https://git.sr.ht/~max1truc/autoproxy" edition = "2018" description = "Autoconfigure your shell's environment variables according to your corporate proxy." [dependencies] reqwest = { version = "0.11", features = ["blocking"] } regex = "1"