force_smith_macros 1.0.2

force_smith_macros is the utility crate for force_smith.
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 = "force_smith_macros"
version = "1.0.2"
authors = ["CodeByPhx CodeByPhx@proton.me"]
build = false
exclude = [
    "/target",
    "/.gitignore",
    "/.github",
    "/.idea",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "force_smith_macros is the utility crate for force_smith."
readme = "README.md"
keywords = [
    "graph",
    "layout",
    "visualization",
    "force-directed",
    "algorithm",
]
categories = [
    "graphics",
    "visualization",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/CodeByPhx/force_smith"

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

[dependencies.proc-macro2]
version = "1.0.42"

[dependencies.quote]
version = "1.0.42"

[dependencies.syn]
version = "2.0.109"