[package] name = "blockless-hyper-file" version = "0.1.2" edition = "2021" authors = ["Join.Gong", "Derek Anderson"] description = "This hyper static file crate." license = "MIT/Apache-2.0" repository = "https://github.com/blocklessnetwork/blockless-hyper-file" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures-util = "0.3.28" httpdate = "1.0.2" hyper = "0.14.26" percent-encoding = "2.2.0" tokio = { version = "1.28.1", features = ["fs", "rt"] } [dev-dependencies] hyper = {version = "0.14.26", features = ["http1", "server", "tcp"]} tokio = { version = "1.28.1", features = ["fs", "rt", "rt-multi-thread"] } [lib] doctest = false