Skip to content
Cargo.toml 964 B
Newer Older
[package]
theMackabu's avatar
theMackabu committed
name = "script"
theMackabu's avatar
theMackabu committed
version = "0.3.0"
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
tokio = "1.35.0"
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
tracing = "0.1.40"
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"
theMackabu's avatar
theMackabu committed
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
mongodb = { version = "2.8.0", features = ["sync"], default-features = false }
theMackabu's avatar
theMackabu committed
pickledb = { version = "0.5.1", features = ["json", "bincode", "cbor", "yaml"] }
theMackabu's avatar
theMackabu committed
redis = "0.24.0"
theMackabu's avatar
theMackabu committed
askama = "0.12.1"