[package] name = "httpfile" version = "0.1.1" edition = "2021" authors = ["linux_china "] description = "Codegen module for http file" keywords = ["http", "codegen","async"] categories = ["network-programming", "asynchronous"] documentation = "https://servicex.sh/" homepage = "https://servicex.sh/" repository = "https://github.com/servicex-sh/httpfile-rs" license = "Apache-2.0" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.11" uuid = { version = "1", features = ["v4"] } rand = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" handlebars = "4" lazy_static="1.4"