# 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 = "dysql-tpl" version = "2.0.0" authors = ["Evan Zhang "] description = "Experimental Mustache-like templating engine." documentation = "https://docs.rs/dysql-tpl" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/evanzp0/dysql-project" resolver = "2" [dependencies.arrayvec] version = "0.7.2" [dependencies.beef] version = "0.5.2" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1.0" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] optional = false [dependencies.dysql-tpl-derive] version = "2" optional = true [dependencies.fnv] version = "1.0" [dependencies.logos] version = "0.13.0" [dependencies.paste] version = "1.0" [dependencies.postgres-types] version = "0.2.6" features = [ "with-uuid-1", "with-chrono-0_4", ] optional = true [dependencies.pulldown-cmark] version = "0.9" optional = true default_features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.uuid] version = "1.5" features = ["serde"] optional = false [dev-dependencies.pretty_assertions] version = "1.4" [features] default = [ "export_derive", "pulldown-cmark", ] export_derive = ["dysql-tpl-derive"] postgres = [ "dep:bytes", "postgres-types", ]