json-eval-rs 0.0.64

High-performance JSON Logic evaluator with schema validation and dependency tracking. Built on blazing-fast Rust engine.
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 = "2021"
name = "json-eval-rs"
version = "0.0.64"
authors = ["Muhamad Rizki <muhamad.rizki@quadrant.co.id>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance JSON Logic evaluator with schema validation and dependency tracking. Built on blazing-fast Rust engine."
readme = "README.md"
license = "MIT"
repository = "https://github.com/byrizki/jsoneval-rs"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "-O3",
    "--enable-bulk-memory",
    "--enable-nontrapping-float-to-int",
]

[features]
default = []
ffi = []
parallel = ["rayon"]
wasm = [
    "wasm-bindgen",
    "serde-wasm-bindgen",
    "console_error_panic_hook",
    "js-sys",
]

[lib]
name = "json_eval_rs"
crate-type = [
    "rlib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[bin]]
name = "json-eval-cli"
path = "src/main.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "basic_msgpack"
path = "examples/basic_msgpack.rs"

[[example]]
name = "basic_parsed"
path = "examples/basic_parsed.rs"

[[example]]
name = "benchmark"
path = "examples/benchmark.rs"

[[example]]
name = "cache_demo"
path = "examples/cache_demo.rs"

[[example]]
name = "cache_disable"
path = "examples/cache_disable.rs"

[[example]]
name = "spaj_toggle"
path = "examples/spaj_toggle.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.ahash]
version = "0.8"
features = ["serde"]

[dependencies.chrono]
version = "0.4"

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.dashmap]
version = "6.0"

[dependencies.indexmap]
version = "2.1"
features = ["serde"]

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.once_cell]
version = "1.19"

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.regex]
version = "1.10"

[dependencies.rmp-serde]
version = "1.3"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"
optional = true

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.simd-json]
version = "0.17"

[dependencies.smallvec]
version = "1.13"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[build-dependencies.winres]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[target."cfg(windows)".dependencies.mimalloc]
version = "0.1"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
strip = true

[profile.release.package."*"]
opt-level = 3