# 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 = "actix-web-nextjs" version = "0.2.7" authors = ["ccmvn "] build = false exclude = ["fixtures/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Actix Web service for hosting statically exported Next.js apps" homepage = "https://github.com/ccmvn/actix-web-nextjs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/ccmvn/actix-web-nextjs" [lib] name = "actix_web_nextjs" path = "src/lib.rs" [dependencies.actix-files] version = "0.6.6" default-features = false [dependencies.actix-service] version = "2.0.2" default-features = false [dependencies.actix-web] version = "4.9.0" features = ["macros"] default-features = false [dependencies.anyhow] version = "1.0.86" [dependencies.glob] version = "0.3.1" [dependencies.once_cell] version = "1.19.0" [dependencies.path-tree] version = "0.8.1" [dependencies.regex] version = "1.10.6" features = ["unicode-perl"] default-features = false [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" features = ["log"] default-features = false [features] default = ["wildcards"] wildcards = []