# 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 = "argan-core" version = "0.1.1" authors = ["Shohruh Adham"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core types and traits for the Argan Web Framework." readme = "README.md" keywords = [ "web", "framework", "server", "http", ] categories = [ "web-programming", "web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/argan-rs/argan" [lib] name = "argan_core" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.mime] version = "0.3" [dependencies.thiserror] version = "1" [lints.rust] unsafe_code = "forbid"