[go: up one dir, main page]

mustache 0.8.1

Rust implementation of Mustache
Documentation
# 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 = "mustache"
version = "0.8.1"
authors = ["erick.tryzelaar@gmail.com"]
description = "Rust implementation of Mustache"
documentation = "http://nickel-org.github.io/rust-mustache"
license = "MIT/Apache-2.0"
repository = "https://github.com/nickel-org/rust-mustache"
[dependencies.log]
version = "0.3.5"

[dependencies.rustc-serialize]
version = "0.3.18"
[dev-dependencies.tempdir]
version = "0.3.4"

[features]
unstable = []