bashrs-runtime 6.56.0

Embedded runtime library for Rash-generated shell scripts
Documentation
[build-dependencies.anyhow]
version = "1.0.98"

[dependencies]

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

[lints.clippy]
checked_conversions = "warn"
dbg_macro = "warn"
module_name_repetitions = "allow"
must_use_candidate = "allow"
todo = "warn"
unimplemented = "warn"

[lints.clippy.expect_used]
level = "warn"
priority = 1

[lints.clippy.unwrap_used]
level = "deny"
priority = 1

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

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[package]
authors = ["Pragmatic AI Labs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "development-tools", "compilers"]
description = "Embedded runtime library for Rash-generated shell scripts"
edition = "2021"
keywords = ["shell", "bash", "transpiler", "rust", "scripting"]
license = "MIT"
name = "bashrs-runtime"
readme = "README.md"
repository = "https://github.com/paiml/bashrs"
version = "6.56.0"