qubit-common 0.4.0

Foundational utilities and language-level tools for Rust application development
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.70"
name = "qubit-common"
version = "0.4.0"
authors = ["Haixing Hu <starfish.hu@gmail.com>"]
build = false
exclude = [
    "coverage.sh",
    "COVERAGE.md",
    "COVERAGE.zh_CN.md",
    ".circleci/*",
    "ci-check.sh",
    ".llvm-cov.toml",
    ".cargo-audit.toml.example",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Foundational utilities and language-level tools for Rust application development"
homepage = "https://github.com/qubit-ltd/rust-common"
documentation = "https://docs.rs/qubit-common"
readme = "README.md"
keywords = [
    "utility",
    "validation",
    "argument",
    "datatype",
    "qubit",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "Apache-2.0"
repository = "https://github.com/qubit-ltd/rust-common"

[lib]
name = "qubit_common"
path = "src/lib.rs"
doctest = false

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

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

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

[dependencies.bigdecimal]
version = "0.4"

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

[dependencies.num-bigint]
version = "0.4"

[dependencies.regex]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1"