nwep-sys 0.1.0

raw ffi declarations for libnwep, layer 0 of the rust binding for the web/1 protocol.
# 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 = "nwep-sys"
version = "0.1.0"
build = "build.rs"
links = "nwep"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "raw ffi declarations for libnwep, layer 0 of the rust binding for the web/1 protocol."
readme = false
license = "MIT"
repository = "https://github.com/levresearch/nwep-rs"

[features]
trust = []

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

[[test]]
name = "coverage"
path = "tests/coverage.rs"

[build-dependencies.dirs]
version = "5"

[build-dependencies.pkg-config]
version = "0.3"