dpp-rules 0.10.0

Pure EU ESPR cross-field regulatory rules, shared by dpp-domain and the Wasm sector plugins
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"
rust-version = "1.96"
name = "dpp-rules"
version = "0.10.0"
authors = ["Odal Node <dev@odal-node.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure EU ESPR cross-field regulatory rules, shared by dpp-domain and the Wasm sector plugins"
homepage = "https://odal-node.io"
readme = "README.md"
keywords = [
    "dpp",
    "espr",
    "validation",
    "no-std",
]
categories = ["no-std"]
license = "Apache-2.0"
repository = "https://github.com/odal-node/dpp-core"
resolver = "2"

[features]
bundle = [
    "dep:serde",
    "dep:serde_json",
    "dep:serde_jcs",
    "dep:chrono",
    "dep:sha2",
    "dep:base64",
    "dep:hex",
    "dep:thiserror",
]

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

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

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.hex]
version = "0.4"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_jcs]
version = "0.2"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sha2]
version = "0.11"
optional = true

[dependencies.thiserror]
version = "2"
optional = true