# 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 = "paperless-rs" version = "0.1.5" authors = ["boul2gom "] description = "An asynchronous Rust library for the Paperless-ngx document manager" homepage = "https://github.com/boul2gom/paperless-rs" documentation = "https://docs.rs/paperless-rs" readme = "README.md" keywords = [ "paperless", "documents", "async", ] categories = [ "api-bindings", "asynchronous", "development-tools", ] license = "GPL-3.0" repository = "https://github.com/boul2gom/paperless-rs" [dependencies.async-trait] version = "0.1.77" [dependencies.base64] version = "0.21.7" [dependencies.bytes] version = "1.5.0" [dependencies.derive_more] version = "0.99.17" [dependencies.reqwest] version = "0.11.24" features = [ "json", "default-tls", ] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.printpdf] version = "0.7.0"