# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "webdav-handler" version = "0.2.0" authors = ["Miquel van Smoorenburg "] description = "handler for the HTTP and Webdav protocols with filesystem backend" homepage = "https://github.com/miquels/webdav-handler-rs" documentation = "https://docs.rs/webdav-handler" readme = "README.md" keywords = ["webdav"] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/miquels/webdav-handler-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [package.metadata.playground] features = ["full"] [lib] name = "webdav_handler" path = "src/lib.rs" [[example]] name = "actix" required-features = ["actix-compat"] [[example]] name = "warp" required-features = ["warp-compat"] [dependencies.actix-web] version = "4.0.0-beta.6" optional = true [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.9" [dependencies.handlebars] version = "3.5.0" [dependencies.headers] version = "0.3.0" [dependencies.htmlescape] version = "0.3.1" [dependencies.http] version = "0.2.3" [dependencies.http-body] version = "0.4.0" [dependencies.hyper] version = "0.14.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.0" [dependencies.log] version = "0.4.0" [dependencies.lru] version = "0.6.0" [dependencies.mime_guess] version = "2.0.0" [dependencies.parking_lot] version = "0.11.1" [dependencies.percent-encoding] version = "1.0.1" [dependencies.pin-project] version = "1.0.4" [dependencies.pin-utils] version = "0.1.0" [dependencies.regex] version = "1.4.0" [dependencies.time] version = "0.2.24" default-features = false [dependencies.tokio] version = "1.3.0" features = ["rt-multi-thread", "io-util", "net", "time", "sync"] [dependencies.url] version = "2.2.0" [dependencies.uuid] version = "0.8.0" features = ["v4"] [dependencies.warp] version = "0.3.0" optional = true [dependencies.xml-rs] version = "0.8.0" [dependencies.xmltree] version = "0.10.0" [dev-dependencies.clap] version = "2.33.0" [dev-dependencies.env_logger] version = "0.8.0" [dev-dependencies.hyper] version = "0.14.0" features = ["http1", "http2", "server", "stream", "runtime"] [dev-dependencies.tokio] version = "1.3.0" features = ["full"] [features] actix-compat = ["actix-web"] all = ["actix-compat", "warp-compat"] default = [] warp-compat = ["warp", "hyper"]