# 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 = "webdav-request" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a lightweight webdav client library" readme = "README.md" keywords = [ "webdav", "request", "rusttls", ] license = "MIT" repository = "https://github.com/cradiy/webdav-request.git" [lib] name = "webdav_request" path = "src/lib.rs" [dependencies.bytes] version = "1.7.2" [dependencies.percent-encoding] version = "2.3.1" optional = true [dependencies.quick-xml] version = "0.36.2" features = [ "serde", "serialize", ] [dependencies.reqwest] version = "0.12.7" features = [ "http2", "charset", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.40.0" [dependencies.url] version = "2.5.2" [features] decode_url = ["percent-encoding"]