# 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 = "brightdata_proxy" version = "0.1.1" authors = ["Jeroen Vervaeke "] description = "A simple helper library which helps you set up a brightdata proxy which you can use with the reqwest library" readme = "README.md" license = "MIT" repository = "https://github.com/jeroenvervaeke/brightdata-proxy" [dependencies.reqwest] version = "0.12.4" [dependencies.typed-builder] version = "0.18.2" [dependencies.uuid] version = "1.8.0" features = ["v4"]