fionn-diff 0.2.0

JSON diff/patch/merge for fionn
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.89"
name = "fionn-diff"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON diff/patch/merge for fionn"
readme = "README.md"
keywords = [
    "json",
    "diff",
    "patch",
    "merge",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/darach/fionn"
resolver = "2"

[features]
default = []
toml = ["dep:toml"]
yaml = ["dep:serde_yaml"]

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

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

[dependencies.fionn-core]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.toml]
version = "0.8"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.fionn-tape]
version = "0.2.0"

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

[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