[dependencies.rustc-std-workspace-core]
optional = true
version = "1"
[features]
rustc-dep-of-std = ["rustc-std-workspace-core"]
[lib]
name = "libc"
path = "src/lib.rs"
[package]
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
description = "Rust bindings for the parts of libc exposed by nnsdk, intended to be a in-place replacement for standard Rust libc bindings"
documentation = "https://docs.rs/libc-nnsdk"
edition = "2018"
license = "MIT"
name = "libc-nnsdk"
repository = "https://github.com/ultimate-research/libc-nnsdk"
version = "0.0.1"