# 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-client-shared" version = "0.25.0" authors = ["OpenTalk Team "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Types and traits that are used by the OpenTalk client library crate" homepage = "https://opentalk.eu/" documentation = "https://docs.rs/opentalk-client-shared" readme = "README.md" license = "EUPL-1.2" repository = "https://gitlab.opencode.de/opentalk/controller" [lib] name = "opentalk_client_shared" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.derive_more] version = "1.0" features = [ "from", "into", ] [dependencies.http] version = "1" [dependencies.http-request-derive] version = "0.3.1" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.snafu] version = "0.8" [dependencies.url] version = "2" [dev-dependencies] [features] [lints.clippy] self_named_module_files = "deny"