# 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 = "triton-opcodes" version = "0.31.0" authors = ["Triton Software AG"] description = "Triton VM instructions and their translations" homepage = "https://triton-vm.org/" documentation = "https://triton-vm.org/spec/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/TritonVM/triton-vm" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.get-size] version = "0.1.3" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.nom] version = "7.1" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.1" [dependencies.twenty-first] version = "0.30" [dev-dependencies.cargo-husky] version = "1.0" features = [ "precommit-hook", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.proptest] version = "1.0"