ccutils 0.4.14

Collection of utils from the [CylonCore](https://cyloncore.com) project.
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"
name = "ccutils"
version = "0.4.14"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collection of utils from the [CylonCore](https://cyloncore.com) project."
homepage = "https://cyloncore.com"
readme = false
license = "MIT"
repository = "https://gitlab.com/cyloncore/ccutils"

[features]
alias = []
cache = []
cell = []
collections = []
console = [
    "dep:ctrlc",
    "dep:winapi",
]
containers = []
default = []
futures = [
    "dep:futures",
    "sync",
]
key = []
log = ["dep:log"]
pool = [
    "dep:better_default",
    "dep:parking_lot",
    "static_asserts",
    "sync",
]
rune = ["dep:rune"]
serde = [
    "serde/derive",
    "serde/rc",
    "dep:serde-value",
]
servers = [
    "dep:log",
    "dep:better_default",
    "futures",
]
static_asserts = []
streams = [
    "dep:futures",
    "sync",
]
sync = []
temporary = [
    "dep:better_default",
    "dep:rand",
    "dep:log",
]
testing = []

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

[dependencies.better_default]
version = "1"
optional = true

[dependencies.ctrlc]
version = "3"
optional = true

[dependencies.futures]
version = "0.3"
features = []
optional = true

[dependencies.log]
version = "0.4"
optional = true

[dependencies.parking_lot]
version = "0.12"
optional = true

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

[dependencies.rune]
version = "0.14"
optional = true

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde-value]
version = "0.7"
optional = true

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "processenv",
    "handleapi",
    "consoleapi",
    "winbase",
]
optional = true