rulemorph 0.2.2

YAML-based declarative data transformation engine for CSV/JSON to JSON
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 = "rulemorph"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YAML-based declarative data transformation engine for CSV/JSON to JSON"
readme = false
keywords = [
    "transform",
    "yaml",
    "json",
    "csv",
    "etl",
]
categories = [
    "command-line-utilities",
    "data-structures",
    "encoding",
]
license = "MIT"
repository = "https://github.com/vinhphatfsg/rulemorph"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "transform_bench"
path = "benches/transform_bench.rs"
harness = false

[dependencies.chrono]
version = "0.4"

[dependencies.csv]
version = "1.3"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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