r2pipe 0.8.0

Library to interact with radare2 using r2pipes.
Documentation
# 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.8.0"
authors = [
    "pancake <pancake@nopcode.org>",
    "sushant94 <sushant.dinesh94@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
docsrs = []
http = []

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

[[example]]
name = "async"
path = "examples/async.rs"

[[example]]
name = "http"
path = "examples/http.rs"

[[example]]
name = "main"
path = "examples/main.rs"

[[example]]
name = "quit"
path = "examples/quit.rs"

[[example]]
name = "tcp"
path = "examples/tcp.rs"

[[example]]
name = "threads"
path = "examples/threads.rs"

[[example]]
name = "threads_callback"
path = "examples/threads_callback.rs"

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.8"

[dependencies.serde]
version = "1.0.118"

[dependencies.serde_derive]
version = "1.0.118"

[dependencies.serde_json]
version = "1.0.60"

[dependencies.thiserror]
version = "1"