libnyx 0.1.3

libnyx fork only for publishing
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 = "libnyx"
version = "0.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "libnyx fork only for publishing"
homepage = "https://github.com/wtdcode/libnyx"
readme = "README.md"
license = "GPL-2.0-only"
repository = "https://github.com/nyx-fuzz/libnyx"

[lib]
name = "libnyx"
crate-type = [
    "lib",
    "staticlib",
    "dylib",
]
path = "src/lib.rs"

[dependencies.libc]
version = "0.2"

[dependencies.libnyx_config]
version = "0.1.3"

[dependencies.libnyx_fuzz_runner]
version = "0.1.3"

[build-dependencies.cbindgen]
version = "0.28.0"