# 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 = "opentalk-nextcloud-client" version = "0.2.0" authors = ["OpenTalk Team "] publish = true description = "NextCloud client library embedded in OpenTalk" homepage = "https://opentalk.eu/" documentation = "https://docs.rs/opentalk-nextcloud-client" readme = "README.md" license = "EUPL-1.2" repository = "https://gitlab.opencode.de/opentalk/libs/opentalk-nextcloud-client" [dependencies.chrono] version = "0.4" [dependencies.derive_more] version = "0.99" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.reqwest_dav] version = "0.1.11" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.snafu] version = "0.8" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.url] version = "2" [dev-dependencies.clap] version = "4" features = [ "derive", "env", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = ["native-tls"] native-tls = [ "reqwest/native-tls", "reqwest_dav/native-tls", ] rustls-tls = [ "reqwest/rustls-tls", "reqwest_dav/rustls-tls", ] rustls-tls-native-roots = [ "reqwest/rustls-tls-native-roots", "reqwest_dav/rustls-tls-native-roots", ]