Skip to content
Cargo.toml 833 B
Newer Older
[package]
theMackabu's avatar
theMackabu committed
name = "script"
version = "0.2.3"
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
toml = "0.8.8"
home = "0.5.5"
theMackabu's avatar
theMackabu committed
rhai-fs = "0.1.3"
theMackabu's avatar
theMackabu committed
colored = "2.1.0"
anyhow = "1.0.75"
theMackabu's avatar
theMackabu committed
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
smartstring = "1.0.1"
theMackabu's avatar
theMackabu committed
serde_json = "1.0.108"
serde = { version = "1.0.193", features = ["derive"] }
theMackabu's avatar
theMackabu committed
regex = { package = "fancy-regex", version = "0.12.0" }
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"] }
theMackabu's avatar
theMackabu committed
tracing = "0.1.40"
tracing-bunyan-formatter = "0.3.9"
tracing-subscriber = "0.3.18"
pickledb = { version = "0.5.1", features = ["json", "bincode", "cbor", "yaml"] }