[[bin]]
name = "bindiff-rs"
path = "src/main.rs"
[build-dependencies.prost-build]
version = "0.13.4"
[dependencies.anyhow]
version = "1.0.95"
[dependencies.chrono]
version = "0.4.39"
[dependencies.prost]
version = "0.13.4"
[dependencies.rusqlite]
features = ["bundled", "chrono"]
version = "0.32.1"
[lib]
name = "bindiff_rs"
path = "src/lib.rs"
[package]
authors = ["blacktop <blacktop@noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust bindings to BinDiff"
edition = "2021"
exclude = ["src/binexport/binexport2.proto"]
license = "MIT"
name = "bindiff-rs"
readme = "README.md"
repository = "https://github.com/blacktop/bindiff-rs"
version = "0.1.1"