# 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-code" version = "0.2.69" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bytecode encoding/decoding for Stak Scheme" readme = "README.md" keywords = [ "interpreter", "language", "scheme", ] license-file = "LICENSE" repository = "https://github.com/raviqqe/stak" [lib] name = "stak_code" path = "src/lib.rs" [dev-dependencies.insta] version = "1.41.1" [dev-dependencies.pretty_assertions] version = "1.4.1" [features] alloc = [] [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" std_instead_of_core = "deny" todo = "deny" unimplemented = "deny" uninlined_format_args = "deny" unused_self = "deny" use_self = "deny" [lints.rust] missing_docs = "deny" warnings = "deny"