zen-types 2.0.1

Zen Core Types
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 = "zen-types"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zen Core Types"
homepage = "https://gorules.io"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gorules/zen.git"
resolver = "2"

[features]
arbitrary_precision = ["serde_json/arbitrary_precision"]
default = []

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

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

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

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

[dependencies.ahash]
version = "0.8"

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

[dependencies.nohash-hasher]
version = "0.2"

[dependencies.rust_decimal]
version = "1"
features = ["maths-nopanic"]

[dependencies.rust_decimal_macros]
version = "1"

[dependencies.serde]
version = "1"
features = [
    "rc",
    "derive",
]

[dependencies.serde_json]
version = "1"
features = []

[dependencies.smallvec]
version = "1"
features = ["union"]

[dependencies.thiserror]
version = "1"