#[workspace] #members = ["macro"] [package] name = "rust_dot" version = "0.6.0" edition = "2021" rust-version = "1.56" description = "RustDOT is mostly the Graphviz DOT language, lightly rustified." license = "MIT OR Apache-2.0" authors = ["Daniel Pfeiffer "] repository = "https://sourceforge.net/projects/rust-dot/" categories = ["data-structures", "parser-implementations"] keywords = ["Graphviz", "DOT", "graph"] [lib] [dependencies] proc-macro2 = { version = "1.0.81", features = ["span-locations"] } quote = "1.0.36" #macro = { path = "macro" }