liblisa 0.3.0

A tool for automated discovery and analysis of the ISA of a CPU.
# 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"
name = "liblisa"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for automated discovery and analysis of the ISA of a CPU."
homepage = "https://liblisa.nl/"
documentation = "https://docs.liblisa.nl/"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/liblisa/liblisa"
resolver = "2"

[features]
default = [
    "z3",
    "x64-undef",
]
x64-undef = ["dep:rusty-xed"]

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

[[example]]
name = "liblisa-encoding-to-z3"
path = "examples/liblisa-encoding-to-z3.rs"

[[bench]]
name = "bitmap"
path = "benches/bitmap.rs"
harness = false

[[bench]]
name = "find-differences"
path = "benches/find-differences.rs"

[[bench]]
name = "instantiation"
path = "benches/instantiation.rs"
harness = false

[[bench]]
name = "randomization"
path = "benches/randomization.rs"
harness = false

[[bench]]
name = "system-state"
path = "benches/system-state.rs"

[[bench]]
name = "terms"
path = "benches/terms.rs"

[[bench]]
name = "utils"
path = "benches/utils.rs"
harness = false

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

[dependencies.arrayvec]
version = "0.7"
features = ["serde"]

[dependencies.bitcode]
version = "0.5.0"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.hashbrown]
version = "0.14.3"

[dependencies.hex]
version = "0.4"

[dependencies.itertools]
version = "0.12.0"

[dependencies.log]
version = "0.4"

[dependencies.mem_dbg]
version = "0.3.2"
optional = true

[dependencies.rand]
version = "0.9"

[dependencies.rayon]
version = "1.5"

[dependencies.rustc_apfloat]
version = "0.2.0"

[dependencies.rusty-xed]
version = "0.1.1"
optional = true

[dependencies.schemars]
version = "0.8.16"
features = ["arrayvec07"]
optional = true

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

[dependencies.sha1]
version = "0.10.6"

[dependencies.thiserror]
version = "1"

[dependencies.z3]
version = "0.12.1"
optional = true

[dev-dependencies.clap]
version = "4.4.8"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.memoffset]
version = "0.9.1"

[dev-dependencies.rand_xoshiro]
version = "0.7"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.test-log]
version = "0.2.10"