kael_document 0.1.1

Document lifecycle services for Kael
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"
rust-version = "1.85"
name = "kael_document"
version = "0.1.1"
authors = ["Augustus Otu"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Document lifecycle services for Kael"
homepage = "https://augani.github.io/kael/"
readme = "README.md"
keywords = [
    "document",
    "versioning",
    "storage",
    "kael",
]
categories = [
    "text-processing",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/Augani/kael"
resolver = "2"

[lib]
name = "kael_document"
path = "src/lib.rs"
doctest = false

[dependencies.anyhow]
version = "1.0.86"

[dependencies.kael_storage]
version = "0.1.0"
package = "kael_storage"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.serde]
version = "1.0.221"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.144"

[dependencies.sha2]
version = "0.10"

[dependencies.smol]
version = "2.0"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tempfile]
version = "3.20.0"

[lints.clippy]
dbg_macro = "deny"
declare_interior_mutable_const = "deny"
disallowed_methods = "deny"
large_enum_variant = "allow"
let_underscore_future = "allow"
nonminimal_bool = "allow"
redundant_clone = "deny"
single_range_in_vec_init = "allow"
todo = "deny"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.clippy.style]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0