crw-diff 0.15.2

Stateless change-tracking diff engine for the CRW web scraper
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 = "crw-diff"
version = "0.15.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stateless change-tracking diff engine for the CRW web scraper"
homepage = "https://us.github.io/crw"
readme = false
keywords = [
    "web-scraper",
    "web-crawler",
    "firecrawl",
    "mcp",
    "llm",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "AGPL-3.0"
repository = "https://github.com/us/crw"
resolver = "2"

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

[dependencies.crw-core]
version = "0.15.2"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.similar]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.insta]
version = "1"
features = ["json"]

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

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