macron 0.1.14

Comprehensive Rust macros toolkit for everyday development tasks. Includes convenient string formatting (str!), regex pattern matching (re!), streamlined collection creation, and custom derive macros for Display, Error, From, and Into traits. Boost your productivity with intuitive syntax and simplify your codebase while maintaining performance and safety. Perfect for both small projects and large-scale applications.
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 = "macron"
version = "0.1.14"
authors = ["Bulat Sh. <t.me/fuderis>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Comprehensive Rust macros toolkit for everyday development tasks. Includes convenient string formatting (str!), regex pattern matching (re!), streamlined collection creation, and custom derive macros for Display, Error, From, and Into traits. Boost your productivity with intuitive syntax and simplify your codebase while maintaining performance and safety. Perfect for both small projects and large-scale applications."
readme = "README.md"
keywords = [
    "macros",
    "macro",
    "proc",
    "derive",
    "declarative",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/fuderis/rs-macron"

[features]
collections = [
    "dep:macron-map",
    "dep:macron-collections",
]
derive = [
    "dep:macron-impl-display",
    "dep:macron-impl-error",
    "dep:macron-impl-from",
    "dep:macron-impl-into",
]
full = [
    "path",
    "string",
    "input",
    "collections",
    "derive",
]
input = [
    "dep:macron-input",
    "dep:macron-inputln",
]
path = ["dep:macron-path"]
string = [
    "dep:macron-str",
    "dep:macron-regex",
]

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

[dependencies.macron-collections]
version = "0.1.5"
optional = true

[dependencies.macron-impl-display]
version = "0.1.1"
optional = true

[dependencies.macron-impl-error]
version = "0.1.2"
optional = true

[dependencies.macron-impl-from]
version = "0.1.1"
optional = true

[dependencies.macron-impl-into]
version = "0.1.1"
optional = true

[dependencies.macron-input]
version = "0.1.0"
optional = true

[dependencies.macron-inputln]
version = "0.1.1"
optional = true

[dependencies.macron-map]
version = "0.1.1"
optional = true

[dependencies.macron-path]
version = "0.1.3"
optional = true

[dependencies.macron-regex]
version = "0.1.0"
optional = true

[dependencies.macron-str]
version = "0.1.1"
optional = true