# 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 = "kustos-shared" version = "0.25.0" authors = ["OpenTalk Team "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Shared types for kustos" homepage = "https://opentalk.eu/" documentation = "https://docs.rs/kustos-shared" readme = "README.md" license = "EUPL-1.2" repository = "https://gitlab.opencode.de/opentalk/controller" [lib] name = "kustos_shared" path = "src/lib.rs" [dependencies.http] version = "1" [dependencies.itertools] version = "0.13" optional = true [dependencies.snafu] version = "0.8" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.pretty_assertions] version = "1" [features] internal = ["dep:itertools"] [lints.clippy] self_named_module_files = "deny"