[dependencies.jsonlogic-rs]
version = "0.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.anyhow]
version = "1.0"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "datamorph_rs"
path = "src/lib.rs"
[package]
authors = ["Harishankar Narayanan <nharishankar@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "development-tools", "template-engine", "parsing", "value-formatting"]
description = "Data transformation library using declarative specifications"
edition = "2021"
homepage = "https://openpayments.tech"
keywords = ["Data", "transformation", "transform", "json", "format"]
license = "Apache-2.0"
name = "datamorph-rs"
readme = "README.md"
repository = "https://github.com/Open-Payments/datamorph-rs"
version = "0.1.2"