# 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 = "humus-terra" version = "0.0.12" authors = ["Yeong-won Seo "] build = false exclude = [ ".gitignore", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An intuitive and robust web server framework, made with rust, based on hyper" readme = "README.md" keywords = [ "web", "server", ] license = "MIT" repository = "https://github.com/sharp0802/humus-terra" [lib] name = "humus_terra" path = "src/lib.rs" [dependencies.aes-gcm] version = "0" [dependencies.async-trait] version = "0" [dependencies.base64] version = "0" [dependencies.chrono] version = "0" [dependencies.cookie] version = "0" [dependencies.headers] version = "0" [dependencies.http-body-util] version = "0" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-util] version = "0" features = ["full"] [dependencies.lazy_static] version = "1.5.0" [dependencies.rand] version = "0.9.0-alpha.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha3] version = "0" [dependencies.tokio] version = "1" features = ["full"]