[dependencies.capstone]
version = "0.12.0"
[dependencies.chrono]
version = "0.4.23"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.log]
default-features = false
optional = true
version = "0.4.17"
[dependencies.plain]
version = "0.2.3"
[dependencies.scroll]
default-features = false
version = "0.12.0"
[dependencies.simple_logger]
version = "5"
[dev-dependencies.goblin]
version = "0.8.2"
[[example]]
name = "main"
path = "examples/main.rs"
[features]
alloc = ["scroll/derive", "log"]
archive = ["alloc"]
default = ["std", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "archive", "endian_fd"]
elf32 = []
elf64 = []
endian_fd = ["alloc"]
mach32 = ["alloc", "endian_fd"]
mach64 = ["alloc", "endian_fd"]
pe32 = ["alloc", "endian_fd"]
pe64 = ["alloc", "endian_fd"]
std = ["alloc", "scroll/std"]
[lib]
name = "vivisect"
path = "src/lib.rs"
[package]
authors = ["Marirs <marirs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "development-tools::debugging"]
description = "A cross-platform, ELF, Mach-o, and PE binary parsing and loading crate."
edition = "2021"
homepage = "https://github.com/marirs/vivisect-rs"
keywords = ["vivisect", "disassembler", "cfg", "capstone"]
license-file = "LICENSE"
name = "vivisect"
readme = "README.md"
repository = "https://github.com/marirs/vivisect-rs"
version = "0.1.13"
[profile.dev]
opt-level = 3
[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
lto = true
opt-level = 3