[dependencies.arbitrary]
features = ["derive"]
version = "1"
[dependencies.get-size]
version = "0.1.4"
[dependencies.itertools]
version = "0.13"
[dependencies.lazy_static]
version = "1.5"
[dependencies.nom]
version = "7.1"
[dependencies.num-traits]
version = "0.2"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.strum]
features = ["derive"]
version = "0.26"
[dependencies.thiserror]
version = "2.0"
[dependencies.twenty-first]
version = "0.43.0"
[dev-dependencies.assert2]
version = "0.3"
[dev-dependencies.proptest]
version = "1.5"
[dev-dependencies.proptest-arbitrary-interop]
version = "0.1"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.test-strategy]
version = "0.4.0"
[lib]
name = "triton_isa"
path = "src/lib.rs"
[lints.clippy]
cast_lossless = "warn"
cloned_instead_of_copied = "warn"
copy_iterator = "warn"
default_trait_access = "warn"
doc_link_with_quotes = "warn"
enum_glob_use = "warn"
expl_impl_clone_on_copy = "warn"
explicit_deref_methods = "warn"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
filter_map_next = "warn"
flat_map_option = "warn"
fn_params_excessive_bools = "warn"
from_iter_instead_of_collect = "warn"
if_not_else = "warn"
implicit_clone = "warn"
inconsistent_struct_constructor = "warn"
inefficient_to_string = "warn"
invalid_upcast_comparisons = "warn"
items_after_statements = "warn"
large_digit_groups = "warn"
macro_use_imports = "warn"
manual_assert = "warn"
manual_instant_elapsed = "warn"
manual_let_else = "warn"
manual_ok_or = "warn"
manual_string_new = "warn"
many_single_char_names = "warn"
map_unwrap_or = "warn"
match_wild_err_arm = "warn"
match_wildcard_for_single_variants = "warn"
mismatching_type_param_order = "warn"
mut_mut = "warn"
needless_continue = "warn"
needless_for_each = "warn"
no_effect_underscore_binding = "warn"
option_option = "warn"
range_minus_one = "warn"
range_plus_one = "warn"
redundant_else = "warn"
ref_binding_to_reference = "warn"
ref_option_ref = "warn"
return_self_not_must_use = "warn"
same_functions_in_if_condition = "warn"
should_panic_without_expect = "warn"
stable_sort_primitive = "warn"
struct_field_names = "warn"
trivially_copy_pass_by_ref = "warn"
unchecked_duration_subtraction = "warn"
uninlined_format_args = "warn"
unnecessary_box_returns = "warn"
unnecessary_join = "warn"
unnecessary_wraps = "warn"
unnested_or_patterns = "warn"
unused_async = "warn"
used_underscore_binding = "warn"
verbose_bit_mask = "warn"
wildcard_imports = "warn"
[lints.rust]
let_underscore_drop = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
[package]
authors = ["Triton Software AG"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
The instruction set architecture for Triton VM.
"""
documentation = "https://triton-vm.org/spec/"
edition = "2021"
homepage = "https://triton-vm.org/"
license = "Apache-2.0"
name = "triton-isa"
readme = "README.md"
repository = "https://github.com/TritonVM/triton-vm"
version = "0.43.0"