stak-time 0.12.11

Time library for Stak Scheme
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-time"
version = "0.12.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Time library for Stak Scheme"
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-vm/async",
    "winter-maybe-async/async",
]
libc = ["dep:rustix"]
std = []

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

[dependencies.rustix]
version = "1.1.3"
features = ["time"]
optional = true
default-features = false

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

[dependencies.winter-maybe-async]
version = "0.13.1"

[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"