jsonlogic-fast 0.1.7

Fast, embeddable, cross-runtime JSON-Logic evaluation
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"
rust-version = "1.75"
name = "jsonlogic-fast"
version = "0.1.7"
authors = ["JPatronC92"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, embeddable, cross-runtime JSON-Logic evaluation"
homepage = "https://github.com/JPatronC92/jsonlogic-fast"
readme = "README.md"
keywords = [
    "json-logic",
    "rules",
    "engine",
    "deterministic",
    "wasm",
]
categories = [
    "config",
    "wasm",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JPatronC92/jsonlogic-fast"

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

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

[dependencies.jsonlogic]
version = "0.5.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon]
version = "1.10"