elf-assembler 0.1.1

ELF assembler for Gaia project
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 = "2024"
name = "elf-assembler"
version = "0.1.1"
authors = ["Gaia Team <192607617↯qq.com>"]
build = false
exclude = ["package.json"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ELF assembler for Gaia project"
homepage = "https://gaia-assembly.netlify.app/backends/elf/"
documentation = "https://docs.rs/elf-assembler"
readme = "readme.md"
keywords = [
    "elf",
    "linux",
    "assembler",
    "disassembler",
    "assembly",
]
license = "MPL-2.0"
repository = "https://github.com/nyar-vm/project-gaia/tree/main/examples/elf-assembler"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = []

[lib]
name = "elf_assembler"
path = "src/lib.rs"

[[test]]
name = "integration_gaia"
path = "tests/integration_gaia.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.gaia-binary]
version = "0.1.0"

[dependencies.gaia-types]
version = "0.1.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.x86_64-assembler]
version = "0.1.0"

[dev-dependencies]

[build-dependencies]