[build-dependencies.cxx-build]
version = "1.0"
[dependencies.cxx]
version = "1.0"
[features]
asan = ["clang"]
clang = []
fuzzing = ["asan", "ubsan", "sancov"]
sancov = ["clang"]
ubsan = ["clang"]
[lib]
name = "libsla_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["security", "external-ffi-bindings"]
description = "System crate for Ghidra Sleigh library libsla"
edition = "2024"
include = ["/build.rs", "/src/*", "/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/*", "/ghidra/Ghidra/Features/Decompiler/src/decompile/zlib/*", "/ghidra/DISCLAIMER.md", "/ghidra/NOTICE", "/ghidra/LICENSE", "/ghidra/licenses/*"]
license = "Apache-2.0"
links = "sla"
name = "libsla-sys"
readme = "README.md"
repository = "https://github.com/mnemonikr/libsla-sys"
version = "0.1.4"