# 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 = "reqwest_dav" version = "0.1.14" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async webdav client with tokio and reqwest" readme = "README.md" keywords = [ "http", "request", "client", "webdav", ] license = "MIT OR Apache-2.0" repository = "https://github.com/niuhuan/reqwest_dav" resolver = "2" [lib] name = "reqwest_dav" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.digest_auth] version = "0.3" [dependencies.http] version = "1.0" [dependencies.httpdate] version = "1.0" [dependencies.reqwest] version = "0.12" default-features = false [dependencies.serde] version = "1.0" [dependencies.serde-xml-rs] version = "0.6" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.url] version = "2.3" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.wiremock] version = "0.6" [features] default = ["reqwest/default"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]