# 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 = "black_marlin" version = "0.3.4" authors = ["Ryohei Machida "] description = "Simple, small, and extremely fast template engine for Rust. Forked from SailFish, now it's a black marlin." homepage = "https://github.com/vthg2themax/black_marlin" readme = "../README.md" keywords = ["markup", "template", "html", "classic", "asp"] categories = ["template-engine"] license = "MIT" repository = "https://github.com/vthg2themax/black_marlin" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.black_marlin-macros] version = "0.3.4" optional = true [dependencies.itoap] version = "1.0.1" [dependencies.ryu] version = "1.0.9" [dependencies.serde] version = "1.0.133" optional = true [dependencies.serde_json] version = "1.0.74" optional = true [build-dependencies.version_check] version = "0.9.4" [features] default = ["derive", "perf-inline"] derive = ["black_marlin-macros"] json = ["serde", "serde_json"] perf-inline = []