# 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 = "anvil" version = "0.1.1" authors = ["sjcobb"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ An adaptable, configurable, and generic web framework for Rust. """ homepage = "https://github.com/sjcobb2022/anvil" readme = "README.md" keywords = [ "web", "framework", "http", "generic", "wrapper", ] license = "MIT" repository = "https://github.com/sjcobb2022/anvil" [lib] name = "anvil" path = "src/lib.rs" [dependencies.actix-web] version = "4.0" [dependencies.axum] version = "0.7" features = ["macros"] [dependencies.bytes] version = "1.7.2" [dependencies.futures-util] version = "0.3.31" [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.1" [dependencies.http-body-util] version = "0.1.2" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.sync_wrapper] version = "1.0.1" features = ["futures"] [dependencies.tokio] version = "1.40.0" features = ["rt-multi-thread"] [dev-dependencies.http-body-util] version = "0.1.2" [dev-dependencies.tower] version = "0.5.1" [features] actix = [] axum = []