r2fas 0.2.1

radare2 core plugin that loads FASM -s symbolic dumps for named labels, source lines, and comments
# 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"
rust-version = "1.85"
name = "r2fas"
version = "0.2.1"
authors = [
    "Hamid R. K. Pishghadam <kaveh@riseup.net>",
    "Cursor AI",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "radare2 core plugin that loads FASM -s symbolic dumps for named labels, source lines, and comments"
readme = "README.md"
keywords = [
    "radare2",
    "fasm",
    "debug",
    "dwarf",
    "assembly",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/hamidrezakp/r2fas"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]
all-features = false

[features]
default = ["plugin"]
plugin = ["radare2/native"]

[lib]
name = "core_fas"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "r2_load"
path = "tests/r2_load.rs"
required-features = ["plugin"]

[dependencies.radare2]
version = "0.2.2"
default-features = false

[dependencies.thiserror]
version = "2"

[lints.rust]
missing_docs = "deny"