atelier-sdk-diff 0.1.0

The format-independent diff model: addressed deltas and the fidelity ladder
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 = "atelier-sdk-diff"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The format-independent diff model: addressed deltas and the fidelity ladder"
readme = false
keywords = [
    "diff",
    "documents",
    "versioning",
    "fidelity",
]
categories = [
    "text-processing",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/bipa-app/atelier"

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

[dependencies.similar]
version = "3"
features = [
    "std",
    "text",
]
default-features = false

[dependencies.thiserror]
version = "2"

[lints.clippy.all]
level = "warn"
priority = 0

[lints.clippy.allow_attributes]
level = "warn"
priority = 2

[lints.clippy.allow_attributes_without_reason]
level = "warn"
priority = 2

[lints.clippy.cast-possible-wrap]
level = "allow"
priority = 3

[lints.clippy.cast-precision-loss]
level = "allow"
priority = 3

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 3

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 3

[lints.clippy.implicit_clone]
level = "warn"
priority = 2

[lints.clippy.inconsistent_digit_grouping]
level = "allow"
priority = 3

[lints.clippy.missing-errors-doc]
level = "allow"
priority = 3

[lints.clippy.missing_panics_doc]
level = "allow"
priority = 3

[lints.clippy.panic]
level = "warn"
priority = 2

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

[lints.clippy.redundant_test_prefix]
level = "warn"
priority = 2

[lints.clippy.redundant_type_annotations]
level = "warn"
priority = 2

[lints.clippy.result_large_err]
level = "allow"
priority = 3

[lints.clippy.str_to_string]
level = "warn"
priority = 2

[lints.clippy.struct_excessive_bools]
level = "allow"
priority = 3

[lints.clippy.todo]
level = "warn"
priority = 2

[lints.clippy.too_many_arguments]
level = "allow"
priority = 3

[lints.clippy.too_many_lines]
level = "warn"
priority = 3

[lints.clippy.try_err]
level = "warn"
priority = 2

[lints.clippy.unimplemented]
level = "warn"
priority = 2

[lints.clippy.unreadable_literal]
level = "allow"
priority = 3

[lints.clippy.unwrap_used]
level = "warn"
priority = 2

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