from_nested_tuple 0.1.2

Create structs from left-nested tuples (meant to complement chumsky)
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 = "from_nested_tuple"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create structs from left-nested tuples (meant to complement chumsky)"
readme = "README.md"
keywords = [
    "chumsky",
    "nested",
    "tuple",
]
license = "CC0-1.0"
repository = "https://github.com/MasterTemple/from_nested_tuple/"

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

[[example]]
name = "extensions"
path = "examples/extensions.rs"

[[example]]
name = "named"
path = "examples/named.rs"

[[example]]
name = "tuple"
path = "examples/tuple.rs"

[[example]]
name = "unnamed"
path = "examples/unnamed.rs"

[dependencies.chumsky]
version = "0.12.0"
features = ["extension"]

[dependencies.from_nested_tuple_derive]
version = "0.1.1"

[dev-dependencies.chumsky]
version = "0.12.0"