rulemorph 0.3.4

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.3.4"
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"

[features]
default = [
    "excel",
    "html",
    "markdown",
]
excel = [
    "dep:calamine",
    "dep:zip",
]
html = ["dep:scraper"]
markdown = ["dep:comrak"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "v2_collection_ops"
path = "tests/v2_collection_ops.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 = "v2_transform"
path = "tests/v2_transform.rs"

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

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

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

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

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

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

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

[dependencies.calamine]
version = "0.26"
features = ["dates"]
optional = true

[dependencies.chrono]
version = "0.4"

[dependencies.comrak]
version = "0.52.0"
optional = true
default-features = false

[dependencies.csv]
version = "1.3"

[dependencies.quick-xml]
version = "0.31"

[dependencies.regex]
version = "1.12"

[dependencies.scraper]
version = "0.20"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.zip]
version = "0.6"
features = ["deflate"]
optional = true
default-features = false

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