libsla-sys 0.1.5

System crate for Ghidra Sleigh library libsla
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 = "libsla-sys"
version = "0.1.5"
build = "build.rs"
links = "sla"
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/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System crate for Ghidra Sleigh library libsla"
readme = "README.md"
categories = [
    "security",
    "external-ffi-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/mnemonikr/libsla-sys"

[features]
asan = ["clang"]
clang = []
fuzzing = [
    "asan",
    "ubsan",
    "sancov",
]
sancov = ["clang"]
ubsan = ["clang"]

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

[dependencies.cxx]
version = "1.0"

[build-dependencies.cxx-build]
version = "1.0"