macron-map 0.1.2

The key-value collection parser
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-map"
version = "0.1.2"
authors = ["Bulat Sh. <t.me/fuderis>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The key-value collection parser"
readme = "README.md"
keywords = [
    "macros",
    "macro",
    "proc",
    "declarative",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/fuderis/rs-macron/tree/main/macron-map"

[lib]
name = "macron_map"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "test_map"
path = "tests/test_map.rs"

[dependencies.quote]
version = "1.0.39"

[dependencies.syn]
version = "2.0.100"