# 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 = "syn-graphs" version = "0.2.0" description = "graph description language parsers using syn" homepage = "https://crates.io/crates/syn-graphs" documentation = "https://docs.rs/syn-graphs" license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/syn-graphs" [dependencies.derive-quote-to-tokens] version = "0.1.1" [dependencies.derive-syn-parse] version = "0.1.5" [dependencies.petgraph] version = "0.6.4" default-features = false [dependencies.proc-macro2] version = "1.0.67" features = ["span-locations"] default-features = false [dependencies.quote] version = "1.0.33" default-features = false [dependencies.syn] version = "2.0.37" features = [ "parsing", "printing", "extra-traits", "clone-impls", ] default-features = false [dev-dependencies.colored] version = "2.0.4" [dev-dependencies.include_dir] version = "0.7.3" [dev-dependencies.miette] version = "5.10.0" features = ["fancy"] [dev-dependencies.petgraph] version = "0.6.4" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.syn-miette] version = "0.1.0"