kustos-shared 0.33.0

Shared types for kustos
Documentation
# 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 = "2024"
name = "kustos-shared"
version = "0.33.0"
authors = ["OpenTalk Team <mail@opentalk.eu>"]
build = false
publish = true
autolib = false
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/libs/opentalk-types"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
internal = ["dep:itertools"]

[lib]
name = "kustos_shared"
path = "src/lib.rs"

[dependencies.http]
version = "1"

[dependencies.itertools]
version = "0.14"
optional = true

[dependencies.snafu]
version = "0.9"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.pretty_assertions]
version = "1"

[lints.clippy]
self_named_module_files = "deny"