[package] name = "yard" version = "1.0.0" authors = ["jchaput "] readme = "README.md" license = "MIT" homepage = "https://github.com/squiidz/yard" repository = "https://github.com/squiidz/yard" documentation = "https://docs.rs/yard" description = "shunting yard implementation in rust" categories = ["parsing"] keywords = ["parser", "shunting_yard"] exclude = [ "benches" ] [[bin]] doc = false name = "yard" path = "src/bin/main.rs" [dependencies] num = "0.4.0"