[[bin]]
name = "dufs"
path = "src/main.rs"
[dependencies.alphanumeric-sort]
version = "1.4"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-stream]
version = "0.3"
[dependencies.async_zip]
default-features = false
features = ["deflate", "bzip2", "xz", "chrono", "tokio"]
version = "0.0.18"
[dependencies.base64]
version = "0.22"
[dependencies.bytes]
version = "1.5"
[dependencies.chardetng]
version = "0.1"
[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4"
[dependencies.clap]
features = ["wrap_help", "env"]
version = "4.5"
[dependencies.clap_complete]
version = "4.5"
[dependencies.content_inspector]
version = "0.2"
[dependencies.ed25519-dalek]
version = "2.2.0"
[dependencies.form_urlencoded]
version = "1.2"
[dependencies.futures-util]
default-features = false
features = ["alloc"]
version = "0.3"
[dependencies.glob]
version = "0.3"
[dependencies.headers]
version = "0.4"
[dependencies.hex]
version = "0.4.3"
[dependencies.http-body-util]
version = "0.1"
[dependencies.hyper]
features = ["http1", "server"]
version = "1"
[dependencies.hyper-util]
features = ["server-auto", "tokio"]
version = "0.1"
[dependencies.if-addrs]
version = "0.14"
[dependencies.indexmap]
version = "2.2"
[dependencies.lazy_static]
version = "1.4"
[dependencies.log]
features = ["std"]
version = "0.4"
[dependencies.md5]
version = "0.8"
[dependencies.mime_guess]
version = "2.0"
[dependencies.percent-encoding]
version = "2.3"
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.rustls-pemfile]
optional = true
version = "2.0"
[dependencies.rustls-pki-types]
version = "1.2"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha-crypt]
version = "0.5"
[dependencies.sha2]
version = "0.10.8"
[dependencies.smart-default]
version = "0.7"
[dependencies.socket2]
version = "0.6"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "fs", "io-util", "signal", "net"]
version = "1"
[dependencies.tokio-rustls]
default-features = false
features = ["ring", "tls12"]
optional = true
version = "0.26"
[dependencies.tokio-util]
features = ["io-util", "compat"]
version = "0.7"
[dependencies.urlencoding]
version = "2.1"
[dependencies.uuid]
features = ["v4", "fast-rng"]
version = "1.7"
[dependencies.walkdir]
version = "2.3"
[dependencies.xml-rs]
version = "1.0.0"
[dev-dependencies.assert_cmd]
version = "2"
[dev-dependencies.assert_fs]
version = "1"
[dev-dependencies.digest_auth]
version = "0.3.1"
[dev-dependencies.port_check]
version = "0.3"
[dev-dependencies.predicates]
version = "3"
[dev-dependencies.regex]
version = "1"
[dev-dependencies.reqwest]
default-features = false
features = ["blocking", "multipart", "rustls-tls"]
version = "0.12"
[dev-dependencies.rstest]
version = "0.26.1"
[dev-dependencies.url]
version = "2"
[features]
default = ["tls"]
tls = ["rustls-pemfile", "tokio-rustls"]
[package]
authors = ["sigoden <sigoden@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming::http-server"]
description = "Dufs is a distinctive utility file server"
edition = "2021"
homepage = "https://github.com/sigoden/dufs"
keywords = ["static", "file", "server", "webdav", "cli"]
license = "MIT OR Apache-2.0"
name = "dufs"
readme = "README.md"
repository = "https://github.com/sigoden/dufs"
version = "0.45.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"
strip = "symbols"
[[test]]
name = "allow"
path = "tests/allow.rs"
[[test]]
name = "args"
path = "tests/args.rs"
[[test]]
name = "assets"
path = "tests/assets.rs"
[[test]]
name = "auth"
path = "tests/auth.rs"
[[test]]
name = "bind"
path = "tests/bind.rs"
[[test]]
name = "cache"
path = "tests/cache.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[[test]]
name = "config"
path = "tests/config.rs"
[[test]]
name = "cors"
path = "tests/cors.rs"
[[test]]
name = "digest_auth_util"
path = "tests/digest_auth_util.rs"
[[test]]
name = "fixtures"
path = "tests/fixtures.rs"
[[test]]
name = "health"
path = "tests/health.rs"
[[test]]
name = "hidden"
path = "tests/hidden.rs"
[[test]]
name = "http"
path = "tests/http.rs"
[[test]]
name = "http_logger"
path = "tests/http_logger.rs"
[[test]]
name = "range"
path = "tests/range.rs"
[[test]]
name = "render"
path = "tests/render.rs"
[[test]]
name = "single_file"
path = "tests/single_file.rs"
[[test]]
name = "sort"
path = "tests/sort.rs"
[[test]]
name = "symlink"
path = "tests/symlink.rs"
[[test]]
name = "tls"
path = "tests/tls.rs"
[[test]]
name = "utils"
path = "tests/utils.rs"
[[test]]
name = "webdav"
path = "tests/webdav.rs"