# 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 = "serve-dav" version = "0.1.9" description = "serve-dav" readme = "README.md" license = "MIT" repository = "https://github.com/ahaoboy/serve-dav" [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.actix-cors] version = "0.7.0" [dependencies.actix-web] version = "4.7.0" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.dav-server] version = "0.5.8" features = ["actix-compat"] [dependencies.fast_qr] version = "0.12.5" [dependencies.find_port] version = "0.1.0" [dependencies.local-ip-address] version = "0.6.1" [dependencies.tokio] version = "1.38.0" features = ["full"]