graphix-derive 0.6.0

A dataflow language for UIs derive macros for package management
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 = "graphix-derive"
version = "0.6.0"
authors = ["Eric Stokes <eestokes@pm.me>"]
build = false
exclude = ["../book"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dataflow language for UIs derive macros for package management"
homepage = "https://graphix-lang.github.io/graphix"
documentation = "https://docs.rs/graphix-derive"
readme = "README.md"
categories = [
    "network-programming",
    "compilers",
    "gui",
]
license = "MIT"
repository = "https://github.com/graphix-lang/graphix"
resolver = "2"

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

[dependencies.cargo_toml]
version = "0.22.3"

[dependencies.graphix-compiler]
version = "0.6.0"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[dependencies.toml_edit]
version = "0.25"

[dependencies.walkdir]
version = "2.5"