Skip to content
Cargo.toml 569 B
Newer Older
[package]
theMackabu's avatar
theMackabu committed
name = "script"
theMackabu's avatar
theMackabu committed
version = "0.2.2"
edition = "2021"
theMackabu's avatar
theMackabu committed
license = "MIT"
repository = "https://lab.themackabu.dev/self/script"
description = "barebones http scripting"

[dependencies]
theMackabu's avatar
theMackabu committed
peg = "0.8.2"
theMackabu's avatar
theMackabu committed
rhai-fs = "0.1.3"
rhai-url = "0.0.5"
theMackabu's avatar
theMackabu committed
macros-rs = "0.5.0"
termcolor = "1.4.0"
theMackabu's avatar
theMackabu committed
lazy_static = "1.4.0"
theMackabu's avatar
theMackabu committed
serde_json = "1.0.108"
theMackabu's avatar
theMackabu committed
fancy-regex = "0.12.0"
theMackabu's avatar
theMackabu committed
serde = { version = "1.0.193", features = ["derive"] }
theMackabu's avatar
theMackabu committed
reqwest = { version = "0.11.22", features = ["blocking"] }
theMackabu's avatar
theMackabu committed
rhai = { version = "1.16.3", features = ["serde_json", "serde"] }
smartstring = "1.0.1"