tanager 0.3.0

Parse Rust literal struct expressions using syn.
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 = "tanager"
version = "0.3.0"
authors = ["Callum Hopkins"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse Rust literal struct expressions using syn."
documentation = "https://docs.rs/tanager"
readme = "README.md"
keywords = [
    "proc-macro",
    "syn",
    "parse",
    "derive",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/callum-hopkins-dev/tanager"

[features]
default = ["macros"]
macros = ["dep:tanager-macros"]

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

[dependencies.proc-macro2]
version = "1.0.106"
default-features = false

[dependencies.syn]
version = "2.0.117"
features = ["parsing"]
default-features = false

[dependencies.tanager-macros]
version = "0.3.0"
optional = true