udbserver 0.2.2

Provide Unicorn emulator with a debug server
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 = "2021"
name = "udbserver"
version = "0.2.2"
authors = ["Bet4 <0xbet4@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provide Unicorn emulator with a debug server"
readme = "README.md"
keywords = [
    "gdb",
    "debugging",
    "emulator",
]
categories = ["emulators"]
license = "MIT"
repository = "https://github.com/bet4it/udbserver"

[package.metadata.capi.header]
subdirectory = false
generation = false

[features]
capi = []

[lib]
name = "udbserver"
crate-type = ["lib"]
path = "src/lib.rs"

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

[dependencies.gdbstub]
version = "0.7.9"

[dependencies.singlyton]
version = "4"

[dependencies.unicorn-engine]
version = "2.1.4"
features = ["dynamic_linkage"]