falcon 0.6.0

A Binary Analysis Framework in Rust
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 = "2021"
name = "falcon"
version = "0.6.0"
authors = ["endeavor <endeavor@rainbowsandpwnies.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Binary Analysis Framework in Rust"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/falconre/falcon"

[features]
thread_safe = []

[lib]
name = "falcon"
path = "lib/lib.rs"

[dependencies.bad64]
version = "0.6"
features = ["std"]

[dependencies.base64]
version = "0.21"

[dependencies.bitflags]
version = "1.2"

[dependencies.falcon_capstone]
version = "0.5.3"

[dependencies.goblin]
version = "0.6"

[dependencies.log]
version = "0.4"

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

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

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1"