jingle 0.6.2

SMT Modeling for Ghidra's PCODE
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 = "2024"
rust-version = "1.85.0"
name = "jingle"
version = "0.6.2"
authors = ["toolCHAINZ"]
build = false
exclude = ["examples/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SMT Modeling for Ghidra's PCODE"
homepage = "https://github.com/toolCHAINZ/jingle"
readme = "README.md"
keywords = [
    "ghidra",
    "sleigh",
    "pcode",
    "smt",
]
categories = ["mathematics"]
license = "MIT"
repository = "https://github.com/toolCHAINZ/jingle"

[features]
bin = [
    "dep:clap",
    "dep:confy",
    "dep:hex",
    "dep:anyhow",
]
default = []
gimli = ["jingle_sleigh/gimli"]
pyo3 = [
    "dep:pyo3",
    "jingle_sleigh/pyo3",
    "dep:z3-sys",
]

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

[[bin]]
name = "jingle"
path = "src/main.rs"
required-features = ["bin"]

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.confy]
version = "1.0.0"
optional = true

[dependencies.hex]
version = "0.4"
optional = true

[dependencies.internment]
version = "0.8.6"

[dependencies.inventory]
version = "0.3.21"

[dependencies.itertools]
version = "0.14.0"

[dependencies.jingle_sleigh]
version = "0.5.1"

[dependencies.petgraph]
version = "0.8.2"

[dependencies.pyo3]
version = "0.27.2"
features = ["macros"]
optional = true
default-features = false

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

[dependencies.sorted-vec]
version = "0.8.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.z3]
version = "0.19.0"

[dependencies.z3-sys]
version = "0.10.0"
optional = true

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]