# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hamlrs" version = "0.4.3" authors = ["Jon Hartwell "] description = "A Rust library for parsing [Haml](http://haml.info) templates" readme = "README.md" keywords = ["haml", "templating", "template"] categories = ["development-tools", "parser-implementations", "template-engine"] license = "MIT" repository = "https://github.com/jhartwell/haml-rs" [lib] name = "haml" path = "src/lib.rs" test = true doctest = true doc = true [[bench]] name = "bench" harness = false [dev-dependencies.criterion] version = "0.2.5"