rustx_core 0.5.0

A clean, minimal scripting language that seamlessly integrates with Rust
Documentation
[dependencies.actix-web]
version = "4"

[dependencies.chrono]
version = "0.4"

[dependencies.reqwest]
default-features = false
features = ["blocking", "json", "rustls-tls"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[lib]
name = "rustx_core"
path = "src/lib.rs"

[package]
authors = ["GrandpaEJx"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parser-implementations"]
description = "A clean, minimal scripting language that seamlessly integrates with Rust"
documentation = "https://github.com/GrandpaEJx/RustX/tree/main/docs"
edition = "2021"
homepage = "https://github.com/GrandpaEJx/RustX"
keywords = ["scripting", "language", "interpreter", "rust", "embedded"]
license = "MIT"
name = "rustx_core"
readme = "README.md"
repository = "https://github.com/GrandpaEJx/RustX"
version = "0.5.0"