faultline_diff 0.1.0

Diff and change classification contracts for FaultLine.
Documentation
[package]
name = "faultline_diff"
version = "0.1.0"
edition = "2021"
rust-version = "1.78"
license = "MIT"
description = "Diff and change classification contracts for FaultLine."
readme = "README.md"
repository = "https://github.com/chrislyonsKY/FaultLine"
homepage = "https://github.com/chrislyonsKY/FaultLine"
documentation = "https://docs.rs/faultline_diff"
keywords = ["gis", "geospatial", "diff", "change-data", "spatial"]
categories = ["science", "data-structures"]

[dependencies]
serde.workspace = true
serde_json.workspace = true
uuid.workspace = true
chrono.workspace = true
thiserror.workspace = true
tracing.workspace = true
faultline_core = { version = "0.1.0", path = "../faultline-core" }
faultline_geometry = { version = "0.1.0", path = "../faultline-geometry" }