[dependencies.handlebars]
version = "4"
[dependencies.lazy_static]
version = "1.4"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.uuid]
features = ["v4"]
version = "1"
[package]
authors = ["linux_china <libing.chen@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "Codegen module for http file"
documentation = "https://servicex.sh/"
edition = "2021"
homepage = "https://servicex.sh/"
keywords = ["http", "codegen", "async"]
license = "Apache-2.0"
name = "httpfile"
readme = "README.md"
repository = "https://github.com/servicex-sh/httpfile-rs"
version = "0.1.1"