# 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 = "russx" version = "0.3.4" description = "A rust template library" homepage = "https://github.com/PizzasBear/russx" documentation = "https://docs.rs/russx" readme = "README.md" keywords = [ "markup", "template", "html", "rsx", ] categories = ["template-engine"] license = "Apache-2.0" repository = "https://github.com/PizzasBear/russx" [dependencies.actix-web] version = "4" optional = true default-features = false [dependencies.askama_escape] version = "0.10" [dependencies.axum-core] version = "0.4" optional = true [dependencies.gotham] version = "0.7" optional = true default-features = false [dependencies.http] version = "1.0" optional = true [dependencies.hyper] version = "1.0" optional = true default-features = false [dependencies.rocket] version = "0.5.0" optional = true default-features = false [dependencies.russx_macros] version = "0.3.4" [dependencies.thiserror] version = "1.0" [dependencies.tide] version = "0.16" optional = true default-features = false [dependencies.typed-builder] version = "0.18" [dependencies.warp] version = "0.3" optional = true default-features = false [features] actix-web = [ "dep:actix-web", "russx_macros/actix-web", ] axum = [ "dep:axum-core", "dep:http", "russx_macros/axum", ] default = [] gotham = [ "dep:gotham", "russx_macros/gotham", ] hyper = [ "dep:hyper", "russx_macros/hyper", ] rocket = [ "dep:rocket", "russx_macros/rocket", ] tide = [ "dep:tide", "russx_macros/tide", ] warp = [ "dep:warp", "russx_macros/warp", ]