# 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 = "2018" name = "dbs-uhttp" version = "0.3.2" authors = [ "Amazon Firecracker team ", "Alibaba Dragonball Team", ] description = "A lightweight implementation of HTTP/1.0 and HTTP/1.1" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/openanolis/dbs-uhttp" [dependencies.libc] version = "0.2.39" [dependencies.mio] version = "0.8" features = [ "os-ext", "os-poll", ] [dev-dependencies.vmm-sys-util] version = "0"