[package] name = "syn-select-next" version = "0.3.0-alpha.1" authors = ["Ted Driggs "] edition = "2018" license = "MIT" repository = "https://github.com/TedDriggs/syn-select/pull/11" documentation = "https://docs.rs/syn-select/0.2.0" description = """ A lightweight selector engine for searching Rust source code. """ readme = "README.md" [lib] name = "syn_select" [dependencies] syn = { version = "2.0", features = ["full", "visit"] }