# 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 = "caldav-utils" version = "0.7.1" description = "functions for interacting with CalDAV servers" homepage = "https://github.com/justinrubek/calendar-scheduler" license = "MIT" repository = "https://github.com/justinrubek/calendar-scheduler" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.23" [dependencies.chrono-tz] version = "0.8.1" [dependencies.http] version = "0.2.8" [dependencies.icalendar] version = "0.15.1" [dependencies.ksuid] version = "0.2.0" [dependencies.minidom] version = "0.15.0" [dependencies.reqwest] version = "0.11.12" features = [ "rustls-tls", "json", ] default-features = false [dependencies.rrule] version = "0.10.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.serde_with] version = "2.1.0" features = ["chrono"] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.3.1"