lief 0.16.1

Official Rust bindings for LIEF
[dependencies.bitflags]
version = "2.4"

[dependencies.cxx]
version = "1.0.109"

[dependencies.lief-ffi]
version = "0.16.1"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.tempfile]
version = "3.14.0"

[features]
default = ["rustls-tls"]
rustls-tls = ["lief-ffi/rustls-tls"]

[lib]
doctest = false
name = "lief"
path = "src/lib.rs"

[package]
authors = ["Romain Thomas <me@romainthomas.fr>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::debugging", "development-tools::profiling", "development-tools::build-utils", "parsing"]
description = "Official Rust bindings for LIEF"
documentation = "https://lief.re/doc/stable/rust/lief/"
edition = "2021"
homepage = "https://lief.re"
keywords = ["ELF", "PE", "Mach-O", "reverse-engineering"]
license = "Apache-2.0"
name = "lief"
readme = "README.md"
repository = "https://github.com/lief-project/LIEF"
version = "0.16.1"

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

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

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

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

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

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

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

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

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

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

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