# 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 = "dot-parser-macros" version = "0.3.3" description = "This crate contains companion proc macros for the dot_parser crate." readme = "README.md" license = "GPL-2.0-or-later" repository = "https://codeberg.org/bromind/dot-parser.git" [lib] proc-macro = true [dependencies.dot-parser] version = "0.3.3" features = ["to_tokens"] [dependencies.litrs] version = "0.4.1" [dependencies.proc-macro2] version = "1.0.88" [dependencies.quote] version = "1.0.37" [dev-dependencies.dot-parser] version = "0.3.3" features = [ "to_tokens", "petgraph", ] [dev-dependencies.petgraph] version = "0.6.5"