Newer
Older
license = "MIT"
repository = "https://lab.themackabu.dev/self/script"
description = "barebones http scripting"
serde_json = "1.0.108"
serde = { version = "1.0.193", features = ["derive"] }
rhai = { version = "1.16.3", features = ["serde_json", "serde"] }
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"] }