# 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 = "2021" name = "rio_templates" version = "0.1.0" authors = ["James Hale "] include = [ "/src/**/*", "/README.md", ] description = "Template engine for Rio, based on Tera" homepage = "https://github.com/potamic-co/rio-templates" readme = "README.md" keywords = [ "template", "sql", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/potamic-co/rio-templates" resolver = "1" [dependencies.chrono] version = "0.4.27" features = [ "std", "clock", ] default-features = false [dependencies.chrono-tz] version = "0.8" [dependencies.globwalk] version = "0.8.1" [dependencies.humansize] version = "2.1" [dependencies.lazy_static] version = "1.4" [dependencies.percent-encoding] version = "2.2" [dependencies.pest] version = "2.5.5" [dependencies.pest_derive] version = "2.5.5" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.slug] version = "0.1" [dependencies.unic-segment] version = "0.9" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.tempfile] version = "3"