# 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-decode" version = "0.1.75" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stak Scheme bytecode decoder" readme = "README.md" keywords = [ "interpreter", "language", "scheme", ] license-file = "LICENSE" repository = "https://github.com/raviqqe/stak" [profile.dev.build-override] opt-level = 3 debug-assertions = false overflow-checks = false [profile.release.build-override] opt-level = 3 debug-assertions = false overflow-checks = false [[bin]] name = "stak-decode" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.main_error] version = "0.1.2" [dependencies.stak-code] version = "0.2" 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"