# 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-macros" 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" [lib] name = "sailfish_macros" test = false doctest = false proc-macro = true [dependencies.proc-macro2] version = "1.0.56" [dependencies.sailfish-compiler] version = "0.9.0" features = ["procmacro"] default-features = false [features] config = ["sailfish-compiler/config"] default = ["config"]