rune-modules 0.9.1

Native modules for Rune, an embeddable dynamic programming language for Rust.
Documentation
[dependencies.nanorand]
features = ["getrandom"]
optional = true
version = "0.5.2"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "gzip", "json"]
optional = true
version = "0.11.1"

[dependencies.rune]
version = "0.9.1"

[dependencies.runestick]
version = "0.9.1"

[dependencies.serde_json]
optional = true
version = "1.0.64"

[dependencies.tokio]
optional = true
version = "1.2.0"

[dependencies.toml]
optional = true
version = "0.5.8"

[features]
core = []
default = ["test", "core", "io", "fmt", "macros"]
experiments = []
fmt = []
fs = ["tokio", "tokio/fs"]
full = ["time", "http", "json", "toml", "fs", "process", "signal", "rand", "io", "fmt", "macros"]
http = ["reqwest"]
io = []
json = ["serde_json"]
macros = []
process = ["tokio/process"]
rand = ["nanorand"]
signal = ["tokio/signal"]
test = []
time = ["tokio", "tokio/time"]

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = []
description = "Native modules for Rune, an embeddable dynamic programming language for Rust.\n"
documentation = "https://docs.rs/rune-modules"
edition = "2018"
homepage = "https://github.com/rune-rs/rune"
keywords = ["language", "scripting"]
license = "MIT/Apache-2.0"
name = "rune-modules"
readme = "README.md"
repository = "https://github.com/rune-rs/rune"
version = "0.9.1"
[package.metadata.docs.rs]
all-features = true