# 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 = "laserfiche-rs" version = "0.0.6" authors = ["Caleb Mitchell Smith "] description = "Integrate your rust project with Laserfiche 11 and Laserfiche Cloud...." documentation = "https://docs.rs/laserfiche-rs" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/PixelCoda/laserfiche-rs" [dependencies.error-chain] version = "0.12.4" [dependencies.reqwest] version = "0.11.9" features = [ "blocking", "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.130" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.trust-dns-resolver] version = "0.20" [features] default = [ "reqwest/default-tls", "trust-dns-resolver/dns-over-native-tls", ]