sda-lib 1.0.1

Structured Data Algebra as a pure Rust library for validating, formatting, and transforming structured data.
Documentation
[package]
name = "sda-lib"
version.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later"
authors = ["Alexander R. Croft"]
description = "Structured Data Algebra as a pure Rust library for validating, formatting, and transforming structured data."
readme = "README.md"
documentation = "https://docs.rs/sda-lib"
homepage = "https://github.com/frogfishio/axiom"
repository = "https://github.com/frogfishio/axiom"
keywords = ["sda", "json", "transformation", "algebra", "validation"]
categories = ["data-structures", "parser-implementations", "text-processing"]
include = ["Cargo.toml", "README.md", "src/**", "tests/**"]

[dependencies]
serde_json.workspace = true
thiserror.workspace = true
num-bigint.workspace = true
num-rational.workspace = true
num-traits.workspace = true