# 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" name = "stak-device" version = "0.2.41" description = "Devices for Stak Scheme" readme = "README.md" keywords = [ "interpreter", "language", "scheme", ] license-file = "LICENSE" repository = "https://github.com/raviqqe/stak" [dependencies.libc] version = "0.2" optional = true default-features = false [features] libc = ["dep:libc"] std = [] [lints.clippy] alloc_instead_of_core = "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" option_if_let_else = "deny" std_instead_of_alloc = "deny" todo = "deny" unimplemented = "deny" uninlined_format_args = "deny" unused_self = "deny" use_self = "deny" [lints.rust] warnings = "deny"