# 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-express" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ExpressJS inspired rust crate that handles http request in a similar way to ExpressJS. Created entirely out of bordom, you can pull and expand it as you like!" readme = "README.md" license = "MIT" [lib] name = "rust_express" path = "src/lib.rs" [[bin]] name = "rust-express" path = "src/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.futures] version = "0.3.31" [dependencies.mime_guess] version = "2.0.5" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.urlencoding] version = "2.1.3"