rhai-http 0.7.0

HTTP module for the rhai scripting language
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rhai-http"
version = "0.7.0"
authors = ["ltabis <ltabis.pro@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP module for the rhai scripting language"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ltabis/rhai-http"

[lib]
name = "rhai_http"
path = "src/lib.rs"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

[dependencies.rhai]
version = "1.24.0"
features = ["serde"]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
default-features = false