# 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 = "mincat-core" version = "0.1.0" description = "Core types and traits for mincat" keywords = [ "http", "web", "framework", ] license = "GPL-3.0" repository = "https://github.com/ES1993/mincat" [dependencies.async-trait] version = "0.1.77" [dependencies.bytes] version = "1.5.0" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.0.0" [dependencies.http-body] version = "1.0.0" [dependencies.http-body-util] version = "0.1.0" [dependencies.matchit] version = "0.7.3" [dependencies.mime] version = "0.3.17" [dependencies.mincat-macro] version = "0.1.0" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.sync_wrapper] version = "0.1.2"