[package] name = "pact" version = "0.1.0" edition = "2024" description = "Rust bindings for standard C functions." keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"] repository = "https://gitlab.com/CyberMages/Core/pact" authors = ["Jason Travis Smith "] build = "build.rs" readme = "README.md" license = "Apache-2.0" [features] default = [] use_std = ["binding/use_std"] rust_lib = [] no_mem_manip = [] weak = [] [dependencies] binding = { version = "0.1.0", registry = "cybermages" }