qubit-datatype 0.2.5

Runtime data type descriptors and conversion utilities for Rust
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.94"
name = "qubit-datatype"
version = "0.2.5"
authors = ["Haixing Hu <starfish.hu@gmail.com>"]
build = false
include = [
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/README.zh_CN.md",
    "/RUST_CODING_STYLE.md",
    "/RUST_CODING_STYLE.zh_CN.md",
    "/doc/**/user_guide*.md",
    "/examples/**",
    "/resources/**",
    "/src/**",
    "/tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime data type descriptors and conversion utilities for Rust"
homepage = "https://github.com/qubit-ltd/rs-datatype"
documentation = "https://docs.rs/qubit-datatype"
readme = "README.md"
keywords = [
    "datatype",
    "conversion",
    "utility",
    "qubit",
]
categories = [
    "data-structures",
    "development-tools",
    "rust-patterns",
]
license = "Apache-2.0"
repository = "https://github.com/qubit-ltd/rs-datatype"

[lib]
name = "qubit_datatype"
path = "src/lib.rs"
test = false
doctest = true

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

[dependencies.bigdecimal]
version = "0.4"

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

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

[dependencies.num-traits]
version = "0.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "2.5"