[package] name = "bison-http" version = "0.0.0" license = "MIT" authors = ["ibraheem "] edition = "2018" description = "The http layer of the bison framework. Not intended to be used directly." repository = "https://github.com/ibraheemdev/bison" [dependencies] hyper = { version = "0.14", features = ["http1", "http2", "runtime", "server"] } futures = "0.3" http = "0.2" bytes = "1.0" cookie = "0.14"