[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[lib]
name = "fionn_diff"
path = "src/lib.rs"
[lints.clippy]
cargo_common_metadata = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
multiple_crate_versions = "allow"
[lints.clippy.cargo]
level = "deny"
priority = -1
[lints.clippy.nursery]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
missing_docs = "warn"
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "JSON diff/patch/merge for fionn"
edition = "2024"
keywords = ["json", "diff", "patch", "merge"]
license = "MIT OR Apache-2.0"
name = "fionn-diff"
readme = "README.md"
repository = "https://github.com/darach/fionn"
resolver = "2"
rust-version = "1.89"
version = "0.1.0"