macro_registry 0.6.6

Reusable proc-macro registry and source analysis infrastructure
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"
rust-version = "1.93"
name = "macro_registry"
version = "0.6.6"
authors = ["Eran Boodnero <eran@eran.codes>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable proc-macro registry and source analysis infrastructure"
documentation = "https://docs.rs/macro_registry"
readme = "README.md"
keywords = [
    "proc-macro",
    "registry",
    "syn",
    "ast",
    "codegen",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/eboody/statum"

[package.metadata.modum]
weak_modules = [
    "storage",
    "transport",
    "infra",
    "common",
    "misc",
    "helpers",
    "helper",
    "types",
    "util",
    "utils",
    "analysis",
    "registry",
    "item",
    "lookup",
]

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

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

[dependencies.module_path_extractor]
version = "0.6.6"

[dependencies.syn]
version = "2.0"
features = ["full"]