# 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 = "zyte-api-rs" version = "0.2.0" description = "Use the Zyte API Proxy -- Unofficial & Unstable" homepage = "https://github.com/isaacimholt/zyte-api-rs" documentation = "https://github.com/isaacimholt/zyte-api-rs" readme = "README.md" license = "MIT" repository = "https://github.com/isaacimholt/zyte-api-rs" [dependencies.base64] version = "0.21.0" [dependencies.http] version = "0.2.9" [dependencies.http-serde] version = "1.1.2" [dependencies.reqwest] version = "0.11.18" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_with] version = "3.0.0" [dev-dependencies.assert-json-diff] version = "2.0.2" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.28.1" features = ["full"]