liblisa-synth 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-synth"
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 = false
license = "AGPL-3.0-only"
repository = "https://github.com/liblisa/liblisa"
resolver = "2"

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

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

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

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

[dependencies.fxhash]
version = "0.2.1"

[dependencies.hashbrown]
version = "0.14.3"

[dependencies.itertools]
version = "0.12.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.liblisa]
version = "0.3.0"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9"

[dependencies.rand_xoshiro]
version = "0.7"

[dependencies.rayon]
version = "1.5"

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

[dependencies.thiserror]
version = "1"

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

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

[dev-dependencies.liblisa-x64-observer]
version = "0.3.0"

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

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