# 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-compiler" 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_compiler" doctest = false [dependencies.filetime] version = "0.2.21" [dependencies.home] version = "0.5.4" [dependencies.memchr] version = "2.5.0" [dependencies.proc-macro2] version = ">=1.0.11, <1.1.0" features = ["span-locations"] default-features = false [dependencies.quote] version = "1.0.26" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.syn] version = "2.0" features = [ "parsing", "full", "visit-mut", "printing", ] default-features = false [dependencies.toml] version = "0.8.2" optional = true [dev-dependencies.pretty_assertions] version = "1.3.0" [features] config = [ "serde", "toml", ] default = ["config"] procmacro = []