Files
pact/Cargo.toml

24 lines
524 B
TOML
Raw Normal View History

2017-01-06 19:13:34 -05:00
[package]
name = "pact"
2017-01-06 19:13:34 -05:00
version = "0.1.0"
edition = "2024"
2017-01-06 19:13:34 -05:00
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 <Myrddin@CyberMages.tech>"]
build = "build.rs"
readme = "README.md"
license = "Apache-2.0"
[features]
default = []
use_std = ["binding/use_std"]
rust_lib = []
no_mem_manip = []
weak = []
2017-01-06 19:13:34 -05:00
2025-07-29 23:49:03 -04:00
[dependencies]
binding = { version = "0.1.0", registry = "cybermages" }
2017-01-06 19:13:34 -05:00