st8 0.1.3

Stator JavaScript shell — interactive JS REPL and script runner (like V8's d8)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "st8"
version = "0.1.3"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stator JavaScript shell — interactive JS REPL and script runner (like V8's d8)"
homepage = "https://github.com/telecos/stator"
readme = "README.md"
keywords = [
    "javascript",
    "shell",
    "repl",
    "ecmascript",
]
categories = [
    "command-line-utilities",
    "compilers",
]
license = "MIT"
repository = "https://github.com/telecos/stator"
resolver = "2"

[[bin]]
name = "st8"
path = "src/main.rs"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4.29"

[dependencies.stator_jse]
version = "0.1.3"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tungstenite]
version = "0.29"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"