# 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 = "unstructured-client" version = "0.2.0" description = "Unofficial Unstructured Rust client library" homepage = "https://github.com/wdoppenberg/unstructured-client" documentation = "https://docs.rs/unstructured-client/" readme = "README.md" keywords = [ "pdf", "documents", "client", ] license = "Apache-2.0" repository = "https://github.com/wdoppenberg/unstructured-client" [lib] doctest = false [[example]] name = "simple" path = "examples/simple.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.reqwest] version = "0.12.5" features = [ "multipart", "json", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.tokio] version = "1.38.1" features = ["full"]