# 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-macros" 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"] categories = ["template-engine"] license = "MIT" repository = "https://github.com/vthg2themax/black_marlin" [lib] name = "black_marlin_macros" test = false doctest = false proc-macro = true [dependencies.black_marlin-compiler] version = "0.3.4" features = ["procmacro"] default-features = false [dependencies.proc-macro2] version = "1.0.36" [features] config = ["black_marlin-compiler/config"] default = ["config"]