# 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 = "blockless-hyper-file" version = "0.1.2" authors = [ "Join.Gong", "Derek Anderson", ] description = "This hyper static file crate." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/blocklessnetwork/blockless-hyper-file" [lib] doctest = false [dependencies.futures-util] version = "0.3.28" [dependencies.httpdate] version = "1.0.2" [dependencies.hyper] version = "0.14.26" [dependencies.percent-encoding] version = "2.2.0" [dependencies.tokio] version = "1.28.1" features = [ "fs", "rt", ] [dev-dependencies.hyper] version = "0.14.26" features = [ "http1", "server", "tcp", ] [dev-dependencies.tokio] version = "1.28.1" features = [ "fs", "rt", "rt-multi-thread", ]