zinq 0.0.1

a comprehensive collection of packages designed to streamline rust 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 = "2024"
name = "zinq"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a comprehensive collection of packages designed to streamline rust development."
homepage = "https://www.github.com/aacebo/zinq"
documentation = "https://www.github.com/aacebo/zinq"
readme = "README.md"
license = "MIT"
repository = "https://www.github.com/aacebo/zinq"

[features]
error = ["dep:errorx"]
extend = ["dep:extendx"]
macros = [
    "reflectx/macros",
    "errorx/macros",
]
parse = ["dep:macrox"]
reflect = ["dep:reflectx"]
serde = [
    "dep:serde",
    "serde/derive",
    "reflectx/serde",
    "errorx/serde",
]

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

[dependencies.errorx]
version = "0.0.1"
optional = true

[dependencies.extendx]
version = "0.0.1"
optional = true

[dependencies.macrox]
version = "0.0.1"
optional = true

[dependencies.reflectx]
version = "0.0.1"
optional = true

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