# 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 = "rydis" version = "0.1.5" authors = ["Roee Shoshani"] description = "low level rust bindings for the zydis library" readme = "README.md" keywords = [ "zydis", "x86", "disassemble", "assemble", "intel", ] categories = [ "embedded", "encoding", "no-std", "parsing", ] license = "MIT" repository = "https://github.com/roeeshoshani/rydis" [dependencies.arrayvec] version = "0.7.4" default-features = false [dependencies.bitfield-struct] version = "0.5.5" [dependencies.bitflags] version = "2.4.1" [dependencies.num_enum] version = "0.7.1" [dependencies.thiserror-no-std] version = "2.0.2" [dependencies.zydis-sys] version = "0.1.0" [features] std = [ "thiserror-no-std/std", "arrayvec/std", ]