wasmsh-runtime 0.5.9

Shared shell runtime core for wasmsh (standalone and Pyodide builds)
Documentation
# 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 = "2021"
rust-version = "1.89"
name = "wasmsh-runtime"
version = "0.5.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared shell runtime core for wasmsh (standalone and Pyodide builds)"
homepage = "https://github.com/mayflower/wasmsh"
documentation = "https://github.com/mayflower/wasmsh"
readme = false
keywords = [
    "shell",
    "bash",
    "wasm",
    "parser",
    "sandbox",
]
categories = [
    "command-line-utilities",
    "wasm",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/mayflower/wasmsh"

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

[[test]]
name = "runtime_protocol"
path = "tests/runtime_protocol.rs"

[dependencies.indexmap]
version = "2"

[dependencies.smol_str]
version = "0.3"

[dependencies.wasmsh-ast]
version = "0.5.9"

[dependencies.wasmsh-builtins]
version = "0.5.9"

[dependencies.wasmsh-expand]
version = "0.5.9"

[dependencies.wasmsh-fs]
version = "0.5.9"

[dependencies.wasmsh-hir]
version = "0.5.9"

[dependencies.wasmsh-parse]
version = "0.5.9"

[dependencies.wasmsh-protocol]
version = "0.5.9"

[dependencies.wasmsh-state]
version = "0.5.9"

[dependencies.wasmsh-utils]
version = "0.5.9"

[dependencies.wasmsh-vm]
version = "0.5.9"

[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
dbg_macro = "warn"
doc_markdown = "warn"
if_not_else = "allow"
manual_let_else = "warn"
match_same_arms = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_lifetimes = "allow"
print_stderr = "warn"
print_stdout = "warn"
redundant_closure_for_method_calls = "warn"
redundant_else = "warn"
semicolon_if_nothing_returned = "warn"
similar_names = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
type_complexity = "allow"
unwrap_or_default = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"
unused_qualifications = "warn"