# 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-etherpad-client" version = "0.2.0" authors = ["OpenTalk Team "] publish = true description = "Etherpad API client for use inside OpenTalk" homepage = "https://opentalk.eu/" documentation = "https://docs.rs/opentalk-etherpad-client" readme = "README.md" license = "EUPL-1.2" repository = "https://gitlab.opencode.de/opentalk/libs/opentalk-etherpad-client" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.12" features = [ "json", "cookies", "stream", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.snafu] version = "0.8" [dependencies.url] version = "2" [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]