# 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-lite" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "limited but lite syntax parsing with only macro_rules" readme = "README.md" license = "MIT" [lib] name = "syn_lite" path = "src/lib.rs" [[example]] name = "phantom" path = "examples/phantom.rs" [[test]] name = "angle_bracketed" path = "tests/angle_bracketed.rs" [[test]] name = "consume_bounds" path = "tests/consume_bounds.rs" [[test]] name = "generics" path = "tests/generics.rs" [[test]] name = "gt" path = "tests/gt.rs" [[test]] name = "inner_attrs" path = "tests/inner_attrs.rs" [[test]] name = "item_fn" path = "tests/item_fn.rs" [[test]] name = "where_clause" path = "tests/where_clause.rs" [dependencies]