# 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 = "rust-xfinal" version = "0.8.37" description = "A safe and simplely used web server framework" homepage = "https://github.com/xmh0511/rust-xfinal" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/xmh0511/rust-xfinal" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.22" [dependencies.chrono-tz] version = "0.6.3" [dependencies.expedite] version = "0.1.0" [dependencies.hex-literal] version = "0.3.4" [dependencies.hmac] version = "0.12.1" [dependencies.jwt] version = "0.16.0" [dependencies.multimap] version = "0.8.3" [dependencies.serde_json] version = "1.0.85" [dependencies.sha1] version = "0.10.5" [dependencies.sha2] version = "0.10.3" [dependencies.tera] version = "1.17.0" [dependencies.uuid] version = "1.1.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.xfinal-macro] version = "0.1.2" optional = true [features] macros = ["dep:xfinal-macro"]