mynt 0.1.0

a refreshing error handling crate for proc macros
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 = "mynt"
version = "0.1.0"
authors = ["Jonah Henriksson <me@jonahplusplus.dev>"]
build = false
exclude = ["/examples"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a refreshing error handling crate for proc macros"
readme = "README.md"
keywords = [
    "error",
    "proc-macro",
    "error-handling",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JonahPlusPlus/mynt"

[features]
darling = ["dep:darling_core"]
default = [
    "proc-macro2",
    "syn",
]
nightly = []
proc-macro2 = ["dep:proc-macro2"]
syn = ["dep:syn"]
venial = ["dep:venial"]
yansi = ["dep:yansi"]

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

[dependencies.darling_core]
version = "0.23.0"
optional = true

[dependencies.proc-macro2]
version = "1.0.106"
optional = true

[dependencies.syn]
version = "2.0.118"
optional = true
default-features = false

[dependencies.venial]
version = "0.6.1"
optional = true

[dependencies.yansi]
version = "1.0.1"
optional = true