# 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 = "gotenberg_pdf" version = "0.5.2" description = "A Rust client for the Gotenberg PDF API" readme = "README.md" keywords = [ "gotenberg", "pdf", "chromium", "libreoffice", ] license = "MIT" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" optional = true [dependencies.reqwest] version = "0.12" features = ["multipart"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.zeroize] version = "1.8" optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] blocking = ["reqwest/blocking"] default = ["zeroize"] http2 = ["reqwest/http2"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] stream = [ "reqwest/stream", "futures", ] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1" features = ["full"]