binate-core 0.1.0

Semantic diff engine for validating reproducible Rust builds
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 = "binate-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic diff engine for validating reproducible Rust builds"
readme = "README.md"
license = "MIT"
repository = "https://github.com/camdenslade/binate"

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

[dependencies.gimli]
version = "0.31"
features = [
    "read",
    "std",
]
default-features = false

[dependencies.iced-x86]
version = "1.21"
features = [
    "std",
    "decoder",
    "intel",
    "fast_fmt",
    "lazy_static",
]
default-features = false

[dependencies.memmap2]
version = "0.9"

[dependencies.object]
version = "0.36"
features = [
    "read",
    "std",
]

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"