clankerdiff-core 0.1.1

Renderer-independent diff and code review domain model
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.98.0"
name = "clankerdiff-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer-independent diff and code review domain model"
readme = false
license = "MIT"
repository = "https://github.com/contextbridge/diff"

[features]
test-support = []

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

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

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

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

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

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

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

[dependencies.clankerdiff-fingerprint]
version = "0.1.1"

[dependencies.clankerdiff-theme]
version = "0.1.1"

[dependencies.diffy]
version = "0.5.1"

[dependencies.serde]
version = "1.0.229"
features = [
    "derive",
    "rc",
]

[dependencies.similar]
version = "3.2.0"

[dependencies.thiserror]
version = "2.0.20"

[dev-dependencies.serde_json]
version = "1.0.151"

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

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 0

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

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

[lints.rust]
unsafe_code = "forbid"