# 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 = "rscx" version = "0.1.14" authors = ["Antonio Pitasi"] description = "rscx is a HTML templating library for Rust with a JSX-like syntax." readme = "README.md" license = "MIT" repository = "https://github.com/pitasi/rscx" [dependencies.async-trait] version = "0.1.73" [dependencies.axum] version = "0.6.20" features = ["macros"] optional = true [dependencies.futures] version = "0.3.28" [dependencies.html-escape] version = "0.2.13" [dependencies.rscx-macros] version = "0.1.14" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-util] version = "0.7.8" features = ["rt"] optional = true [dependencies.typed-builder] version = "0.16.0" [features] axum = [ "dep:axum", "dep:tokio-util", ] default = []