# 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 = "integra" version = "0.0.9" authors = ["SapphoTech"] description = "Integra is a sleek, elegant, performant web framework for Rust, harnessing the power of the hyper library." readme = "README.MD" license = "Apache-2.0" repository = "https://github.com/SapphoTech/Integra/" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.8.0" [dependencies.tera] version = "1" [dependencies.tokio] version = "1" features = ["full"] [build-dependencies.hyper] version = "0.14" [build-dependencies.walkdir] version = "2"