corroded_dav_cli 0.6.0

A WebDAV library and command line client
Documentation
[package]
name = "corroded_dav_cli"
version = "0.6.0"
edition = "2024"
license = "LGPL-3.0-or-later"
description = "A WebDAV library and command line client"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustydav = "0.1.3"
url = "2.3.1"
rustyline = "11.0.0"
minidom = "0.15.1"
derive_more = { version = "2", features = ["full"] }
dateparser = "0.2.1"
chrono = "0.4.31"
netrc = "0.4.1"
regex = "1.10.2"
http = "0.2.12"
reqwest = { version = "0.11", features = ["blocking"] }
urlencoding = "2.1.3"

[dev-dependencies]
mktemp = "0.5.1"