[package]
edition = "2024"
rust-version = "1.86.0"
name = "libdav"
version = "0.10.1"
authors = ["Hugo Osvaldo Barrera <hugo@whynothugo.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CalDAV and CardDAV client implementations."
homepage = "https://sr.ht/~whynothugo/pimsync/"
readme = "README.md"
keywords = [
"caldav",
"carddav",
"webcal",
"calendar",
"contacts",
]
license = "ISC"
repository = "https://git.sr.ht/~whynothugo/libdav"
resolver = "2"
[lib]
name = "libdav"
path = "src/lib.rs"
[[example]]
name = "find_addressbooks"
path = "examples/find_addressbooks.rs"
[[example]]
name = "find_calendars"
path = "examples/find_calendars.rs"
[[example]]
name = "find_calendars_noauth"
path = "examples/find_calendars_noauth.rs"
[[example]]
name = "request_api"
path = "examples/request_api.rs"
[dependencies.domain]
version = "0.11.0"
features = ["resolv"]
[dependencies.http]
version = "1"
[dependencies.http-body-util]
version = "0.1.0"
[dependencies.hyper]
version = "1"
features = [
"http1",
"client",
]
[dependencies.log]
version = "0.4.17"
[dependencies.roxmltree]
version = "0.21"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
[dependencies.tower-service]
version = "0.3.3"
[dev-dependencies.hyper-rustls]
version = "0.27.6"
[dev-dependencies.hyper-util]
version = "0.1.1"
features = [
"client",
"client-legacy",
"http1",
]
[dev-dependencies.tokio]
version = "1.25.0"
[dev-dependencies.tower-http]
version = "0.6.2"
features = ["auth"]