# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "sailfish" version = "0.9.0" authors = ["Ryohei Machida "] description = "Simple, small, and extremely fast template engine for Rust" homepage = "https://github.com/rust-sailfish/sailfish" readme = "README.md" keywords = [ "markup", "template", "html", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/rust-sailfish/sailfish" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.itoap] version = "1.0.1" [dependencies.ryu] version = "1.0.13" [dependencies.sailfish-macros] version = "0.9.0" optional = true default-features = false [dependencies.serde] version = "1.0.159" optional = true [dependencies.serde_json] version = "1.0.95" optional = true [build-dependencies.version_check] version = "0.9.4" [features] config = ["sailfish-macros/config"] default = [ "config", "derive", "perf-inline", ] derive = ["sailfish-macros"] json = [ "serde", "serde_json", ] perf-inline = []