[package] name = "rseven-parser" version = "0.1.0" authors = ["Gerry Agbobada "] edition = "2018" license = "LGPL-3.0" description = "A parser for R7RS-small scheme, based on Pest." repository = "https://git.sr.ht/~gagbo/rseven" homepage = "https://git.sr.ht/~gagbo/rseven" keywords = ["r7rs", "scheme"] categories = ["parser-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pest = "2.1.3" pest_derive = "2.1.0" tracing = { version = "0.1.23", default-features = false, features = ["std", "log"] } [dev-dependencies] pest_ascii_tree = "0.1.0"