# 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 = "display-as" version = "0.7.0" authors = ["David Roundy "] description = "Compile-time templates for displaying data in different markup formats." readme = "README.md" keywords = [ "template", "latex", "html", "display", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/droundy/display-as" [package.metadata.docs.rs] all-features = true [[bench]] name = "templates-benchmark-rs" harness = false [dependencies.actix-web] version = "0.7.14" optional = true [dependencies.display-as-proc-macro] version = "0.6.2" [dependencies.gotham] version = "0.5.0" optional = true [dependencies.mime] version = "0.3.12" [dependencies.percent-encoding] version = "1.0.1" [dependencies.rouille] version = "2.2.0" optional = true [dependencies.serde] version = "1.0.125" features = ["derive"] optional = true [dependencies.warp] version = "0.3.3" optional = true [dev-dependencies.criterion] version = "0.2" [features] gotham-web = ["gotham"] serde1 = ["serde"]