fnprint-core 0.4.1

Index, match, and query pipelines for fnprint
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 = "fnprint-core"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Index, match, and query pipelines for fnprint"
readme = false
keywords = [
    "reverse-engineering",
    "binary-analysis",
    "fingerprint",
    "patch-diffing",
    "function-matching",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/1rhino2/fnprint"

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

[dependencies.anyhow]
version = "1"

[dependencies.fnprint-db]
version = "0.4.1"

[dependencies.fnprint-emu]
version = "0.4.1"

[dependencies.fnprint-loader]
version = "0.4.1"

[dependencies.fnprint-sig]
version = "0.4.1"

[dependencies.fnprint-trace]
version = "0.4.1"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[lints.clippy]
mem_forget = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"

[lints.rust]
unsafe_code = "forbid"