[dependencies.bigdecimal]
version = "0.4"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.num-bigint]
version = "0.4"
[dependencies.regex]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tracing]
version = "0.1"
[[example]]
name = "util_demo"
path = "examples/util_demo.rs"
[lib]
doctest = false
name = "prism3_core"
path = "src/lib.rs"
[package]
authors = ["Haixing Hu <starfish.hu@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "Foundational utilities and language-level tools for Rust application development"
documentation = "https://docs.rs/prism3-core"
edition = "2021"
exclude = ["coverage.sh", "COVERAGE.md", "COVERAGE.zh_CN.md", ".circleci/*", "ci-check.sh", ".llvm-cov.toml", ".cargo-audit.toml.example"]
homepage = "https://github.com/3-prism/prism3-rust-core"
keywords = ["utility", "validation", "argument", "datatype", "prism3"]
license = "Apache-2.0"
name = "prism3-core"
readme = "README.md"
repository = "https://github.com/3-prism/prism3-rust-core"
rust-version = "1.70"
version = "0.2.0"
[[test]]
name = "lang_tests"
path = "tests/lang_tests.rs"
[[test]]
name = "util_tests"
path = "tests/util_tests.rs"