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