teaql-tool-std 0.1.1

Zero-dependency standard utilities for the TeaQL Tool ecosystem.
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 = "teaql-tool-std"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-dependency standard utilities for the TeaQL Tool ecosystem."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/teaql/teaql-rust-utils"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.aho-corasick]
version = "1.1.4"

[dependencies.base64]
version = "0.22.1"

[dependencies.blake3]
version = "1.8.5"

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

[dependencies.chrono-tz]
version = "0.10.4"

[dependencies.convert_case]
version = "0.11.0"

[dependencies.crc32fast]
version = "1.5.0"

[dependencies.deunicode]
version = "1.6.2"

[dependencies.email_address]
version = "0.2.9"

[dependencies.hex]
version = "0.4.3"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.iso_currency]
version = "0.5.3"

[dependencies.json-patch]
version = "4.2.0"

[dependencies.jsonschema]
version = "0.46.5"

[dependencies.libc]
version = "0.2.186"

[dependencies.nanoid]
version = "0.5.0"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.regex]
version = "1.12.3"

[dependencies.rust_decimal]
version = "1.42.0"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

[dependencies.similar]
version = "3.1.1"

[dependencies.teaql-tool-core]
version = "0.1.1"

[dependencies.ulid]
version = "1.2.1"

[dependencies.unicode-normalization]
version = "0.1.25"

[dependencies.url]
version = "2.5.8"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1.23.2"
features = [
    "v7",
    "v4",
]

[dev-dependencies.rust_decimal_macros]
version = "1.40.0"