[package] name = "http-handler-data" version = "0.1.1" authors = ["vkill "] edition = "2021" description = "HTTP Handler Data" license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/http-ext" homepage = "https://github.com/bk-rs/http-ext" documentation = "https://docs.rs/http-handler-data" keywords = [] categories = [] readme = "README.md" [features] default = ["std"] std = ["cloneable-any/std"] [dependencies] cloneable-any = { version = "0.1", default-features = false }