# 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 = "strawberryvm" version = "0.2.0" description = "A fantasy virtual machine with limits on resources." readme = "README.md" keywords = [ "virtual", "emulation", "computer", "assembly", ] categories = [ "emulators", "game-engines", ] license = "MIT" repository = "https://github.com/BenMcAvoy/StrawberryVM" [[bin]] name = "addition" [[bin]] name = "asm" [[bin]] name = "machine" [dependencies.strawberryvm-derive] version = ">=0.1" [lints.clippy] cargo = "warn" complexity = "warn" correctness = "deny" enum_glob_use = "deny" pedantic = "deny" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] unsafe_code = "forbid"