# 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 = "macro_railroad" version = "0.1.7" authors = ["Lukas Lueg "] build = false exclude = [ "examples/*.jpeg", "examples/*.jpg", "examples/*.svg", "examples/*.html", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to generate syntax diagrams for Rust macros" readme = "README.md" license = "MIT" repository = "https://github.com/lukaslueg/macro_railroad" [lib] name = "macro_railroad" path = "src/lib.rs" [[example]] name = "src_to_svg" path = "examples/src_to_svg.rs" [[example]] name = "various" path = "examples/various.rs" [[test]] name = "verification" path = "tests/verification.rs" [[bench]] name = "quick_error" path = "benches/quick_error.rs" [dependencies.proc-macro2] version = "1.0" default-features = false [dependencies.railroad] version = "0.3.2" default-features = false [dependencies.syn] version = "2.0" features = [ "full", "parsing", "extra-traits", ] default-features = false [dev-dependencies.quote] version = "1.0" default-features = false [dev-dependencies.railroad_verification] version = "0.1" [features] resvg = ["railroad/resvg"] visual-debug = ["railroad/visual-debug"]