[package] name = "pclass-parser" version = "0.1.0" authors = ["Dou Chuan <1843657913@qq.com>", "Phodal Huang "] edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/phodal/pclass-parser" documentation = "https://github.com/phodal/pclass-parser" homepage = "https://github.com/phodal/pclass-parser" description = """ https://github.com/phodal/pclass-parser """ categories = ["text-processing"] exclude = [ "_fixtures", "docs", ".github", ".travis.yml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.0" lazy_static = "1.4.0" nom = "5.1.1"