# 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" rust-version = "1.56" name = "kvarn_async" version = "0.6.1" authors = ["Icelk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async utilities used in the Kvarn web server." homepage = "https://kvarn.org/" readme = "README.md" keywords = [ "web-server", "utilities", ] categories = [ "web-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/Icelk/kvarn/" [lib] name = "kvarn_async" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.http] version = "1.0" [dependencies.kvarn_utils] version = "0.6.1" [dependencies.tokio] version = "1.24" features = [ "rt", "io-util", "fs", "sync", "parking_lot", "time", ]