rok-utils 0.2.4

Laravel/AdonisJS-inspired utility helpers for the Rok 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 = "2021"
rust-version = "1.92"
name = "rok-utils"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Laravel/AdonisJS-inspired utility helpers for the Rok ecosystem"
homepage = "https://github.com/ateeq1999/rok-utils"
documentation = "https://docs.rs/rok-utils"
readme = "README.md"
keywords = [
    "utilities",
    "string",
    "helpers",
    "rok",
]
categories = [
    "text-processing",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/ateeq1999/rok-utils"

[package.metadata.docs.rs]
all-features = true

[features]
crypto = [
    "dep:sha2",
    "dep:md-5",
    "dep:rand",
    "dep:subtle",
]
dates = ["dep:chrono"]
default = []
full = [
    "dates",
    "crypto",
    "json",
    "ids",
    "random",
    "unicode",
]
ids = [
    "dep:uuid",
    "dep:rand",
]
json = [
    "dep:serde",
    "dep:serde_json",
]
random = [
    "dep:rand",
    "dep:regex",
]
unicode = []

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.md-5]
version = "0.10"
optional = true

[dependencies.once_cell]
version = "1.19"

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.regex]
version = "1.10"
optional = true

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

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

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

[dependencies.subtle]
version = "2.6"
optional = true

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "v7",
    "serde",
]
optional = true

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.10"