[package] name = "brittle" version = "0.1.1" authors = ["ZippyMagician "] edition = "2018" license = "Apache-2.0" readme = "README.md" description = "Simple TOML parser in Rust" repository = "https://github.com/ZippyMagician/brittle" keywords = ["toml", "parser"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.3.9"