[package] name = "straw" description = "WIP Rust -> HTML renderer" version = "0.3.0" authors = ["Blake Williams "] license-file = "LICENSE" readme = "README.md" repository = "https://github.com/BlakeWilliams/straw" [lib] name = "straw" path = "src/lib.rs" test = true doctest = false