# 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 = "libdav" version = "0.5.1" authors = ["Hugo Osvaldo Barrera "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CalDav and CardDav client implementations." homepage = "https://sr.ht/~whynothugo/vdirsyncer-rs/" readme = "README.md" keywords = [ "caldav", "carddav", "webcal", "calendar", "contacts", ] license = "EUPL-1.2" repository = "https://git.sr.ht/~whynothugo/vdirsyncer-rs" [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" [dependencies.base64] version = "0.21.0" [dependencies.domain] version = "0.10.0" features = ["resolv"] [dependencies.email_address] version = "0.2.4" default-features = false [dependencies.http] version = "1" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "1" features = [ "http1", "client", ] [dependencies.hyper-util] version = "0.1.1" features = [ "client", "client-legacy", "http1", ] [dependencies.log] version = "0.4.17" [dependencies.percent-encoding] version = "2.3.0" [dependencies.roxmltree] version = "0.18.1" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.hyper-rustls] version = "0.26.0" [dev-dependencies.tokio] version = "1.25.0"