# 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 = "ipfs-webdav" version = "0.2.0" authors = ["Debox Development Team "] description = "A WebDAV server that enables direct access to IPFS MFS as a mounted drive" homepage = "https://debox.network/ipfs-webdav" readme = "README.md" keywords = [ "ipfs", "webdav", ] categories = [ "filesystem", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/debox-network/ipfs-webdav" [[example]] name = "base" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.5" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.ipfs-api-backend-hyper] version = "0.6" features = ["with-send-sync"] [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.33" features = ["full"] [dependencies.webdav-handler] version = "0.2.0" [dev-dependencies.hyper] version = "0.14" features = ["full"]