monkey-asm 2.0.2

AOT AArch64 assembly backend for monkeylang (Linux ELF and macOS Mach-O)
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 = "2018"
name = "monkey-asm"
version = "2.0.2"
authors = ["gengjiawen <technicalcute@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AOT AArch64 assembly backend for monkeylang (Linux ELF and macOS Mach-O)"
homepage = "https://github.com/gengjiawen/monkey-rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gengjiawen/monkey-rust"

[lib]
name = "monkey_asm"
crate-type = [
    "rlib",
    "staticlib",
]
path = "lib.rs"

[[bin]]
name = "monkey-asm"
path = "main.rs"

[dependencies.monkey-compiler]
version = "2.0.0"

[dependencies.monkey-lexer]
version = "2.0.0"

[dependencies.monkey-object]
version = "2.0.0"

[dependencies.monkey-parser]
version = "2.0.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.insta]
version = "1.42.2"

[lints.clippy]
needless_return = "allow"