# 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 = "askama-enum" version = "0.0.2" description = "Implement different askama templates for different enum variants" homepage = "https://github.com/Kijewski/askama-enum" readme = "README.md" license = "ISC OR MIT OR Apache-2.0 WITH LLVM-exception" repository = "https://github.com/Kijewski/askama-enum" [package.metadata.docs.rs] features = ["docsrs"] [lib] proc-macro = true [dependencies.askama] version = "0.11.1" optional = true default-features = false [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"] [features] docsrs = ["askama"] testing = ["askama"]