[package] name = "pybuild-parser" version = "0.0.1" authors = ["Bryant Biggs "] description = """ Python file parser """ documentation = "https://github.com/clowdhaus/pybuild" homepage = "https://github.com/clowdhaus/pybuild" repository = "https://github.com/clowdhaus/pybuild/pybuild-parser" keywords = ["bundler"] categories = ["command-line-utilities", "text-processing"] license = "Apache-2.0" edition = "2021" include = [ "**/*.rs", "Cargo.toml", "README.md", ] [dependencies] fancy-regex = "0.7" lazy_static = "1.4" [dev-dependencies]