magic-args 0.1.2

"Magic" declarative-style function arguments.
# 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 = "magic-args"
version = "0.1.2"
authors = ["threadexio"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
"Magic" declarative-style function arguments.
"""
homepage = "https://github.com/threadexio/magic-args-rs"
documentation = "https://docs.rs/magic-args"
readme = "README.md"
keywords = [
    "magic",
    "function",
    "argument",
]
categories = [
    "rust-patterns",
    "no-std",
]
license = "MIT"
repository = "https://github.com/threadexio/magic-args-rs"

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--html-in-header",
    "./src/docs-header.html",
]

[features]
default = ["derive"]
derive = ["dep:magic-args-derive"]

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

[dependencies.magic-args-derive]
version = "0.1.2"
optional = true