# 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 = "2018" name = "r2pipe" version = "0.7.0" authors = [ "pancake ", "sushant94 ", ] description = "Library to interact with radare2 using r2pipes." documentation = "https://radare.github.io/r2pipe.rs/" readme = "README.md" keywords = [ "r2", "debugger", "hex", "editor", "radare", ] license = "MIT OR Apache-2.0" repository = "https://github.com/radare/r2pipe.rs" [dependencies.libc] version = "0.2.81" [dependencies.serde] version = "1.0.118" [dependencies.serde_derive] version = "1.0.118" [dependencies.serde_json] version = "1.0.60" [dependencies.thiserror] version = "1"