# 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-compiler" version = "0.3.4" authors = ["Ryohei Machida "] description = "Simple, small, and extremely fast template engine for Rust" 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_compiler" doctest = false [dependencies.filetime] version = "0.2.15" [dependencies.home] version = "0.5.3" [dependencies.memchr] version = "2.4.1" [dependencies.proc-macro2] version = ">=1.0.11, <=1.0.36" features = ["span-locations"] default-features = false [dependencies.quote] version = "1.0.14" default-features = false [dependencies.syn] version = "1.0.85" features = ["parsing", "full", "visit-mut", "printing"] default-features = false [dependencies.yaml-rust] version = "0.4.5" optional = true [dev-dependencies.pretty_assertions] version = "1.0.0" [features] config = ["yaml-rust"] default = ["config"] procmacro = []