# 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 = "bridge_updater_lib" version = "0.1.0" authors = ["Quis Gor "] description = "A helper library to get Tor bridges with ease." homepage = "https://codeberg.org/quisgor/bridge_updater/src/branch/main/bridge_updater_lib" documentation = "https://docs.rs/crate/bridge_updater_lib" readme = "README.md" keywords = [ "tor", "bridges", "censorship", ] categories = [ "web-programming", "asynchronous", ] license = "Unlicense" repository = "https://codeberg.org/quisgor/bridge_updater" [dependencies.async-std] version = "1.12.0" features = ["tokio1"] [dependencies.base64] version = "0.21.7" [dependencies.chrono] version = "0.4.34" [dependencies.dirs] version = "5.0.1" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.24" features = ["socks"] [dependencies.serde] version = "1.0" features = ["derive"] optional = false [dependencies.sys-locale] version = "0.3.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.10"