kiseki-composition 2026.1.0

Composition context for Kiseki: file/object metadata, namespaces, multipart, versioning.
# 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"
rust-version = "1.82"
name = "kiseki-composition"
version = "2026.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composition context for Kiseki: file/object metadata, namespaces, multipart, versioning."
readme = false
license = "Apache-2.0"
repository = "https://github.com/witlox/kiseki"

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

[[test]]
name = "pipeline_integration"
path = "tests/pipeline_integration.rs"

[dependencies.kiseki-common]
version = "2026.1.0"

[dependencies.kiseki-log]
version = "2026.1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v5",
    "serde",
]

[dev-dependencies.kiseki-view]
version = "2026.1.0"

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

[dev-dependencies.uuid]
version = "1"
features = [
    "v4",
    "v5",
    "serde",
]

[lints.clippy]
float_cmp = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
todo = "deny"
unimplemented = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unused_must_use = "deny"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1