stak-compiler 0.12.13

Stak Scheme bytecode compiler
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 = "2024"
name = "stak-compiler"
version = "0.12.13"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stak Scheme bytecode compiler"
readme = "README.md"
keywords = [
    "interpreter",
    "language",
    "scheme",
]
categories = [
    "compilers",
    "no-std",
    "no-std::no-alloc",
    "wasm",
]
license = "MIT"
repository = "https://github.com/raviqqe/stak"

[features]
async = [
    "stak-device/async",
    "stak-file/async",
    "stak-process-context/async",
    "stak-r7rs/async",
    "stak-time/async",
    "stak-vm/async",
]

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

[dependencies.stak-configuration]
version = "0.12.13"

[dependencies.stak-device]
version = "0.12.13"
features = ["std"]

[dependencies.stak-file]
version = "0.12.13"

[dependencies.stak-process-context]
version = "0.12.13"

[dependencies.stak-r7rs]
version = "0.12.13"

[dependencies.stak-time]
version = "0.12.13"

[dependencies.stak-vm]
version = "0.12.13"

[dev-dependencies.indoc]
version = "2.0.7"

[lints.clippy]
alloc_instead_of_core = "deny"
cargo = "deny"
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
derive_partial_eq_without_eq = "deny"
equatable_if_let = "deny"
explicit_deref_methods = "deny"
if_not_else = "deny"
manual_let_else = "deny"
missing_const_for_fn = "deny"
missing_panics_doc = "deny"
perf = "deny"
std_instead_of_alloc = "deny"
std_instead_of_core = "deny"
style = "deny"
suspicious = "deny"
todo = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
uninlined_format_args = "deny"
unnecessary_safety_comment = "deny"
unused_self = "deny"
use_self = "deny"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.rust]
missing_docs = "deny"
warnings = "deny"