# 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 = "kaldav" version = "0.2.0" authors = ["Sanpi "] description = "Caldav client" readme = "README.md" license = "MIT" [dependencies.attohttpc] version = "0.27" features = ["basic-auth"] [dependencies.chrono] version = "0.4" features = [ "clock", "std", ] default-features = false [dependencies.ikal] version = "0.2" [dependencies.kaldav-derive] version = "0.2" [dependencies.sxd-document] version = "0.3" [dependencies.sxd-xpath] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.0" [dev-dependencies.clap] version = "4.0" features = ["derive"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.httpmock] version = "0.7.0-rc.1" [dev-dependencies.log] version = "0.4"