2017-01-06 19:13:34 -05:00
|
|
|
[package]
|
2017-03-01 19:05:36 -05:00
|
|
|
name = "pact"
|
2017-01-06 19:13:34 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
|
|
|
|
description = "Rust bindings for standard C functions."
|
|
|
|
license = ""
|
2017-04-06 17:09:51 -04:00
|
|
|
repository = "https://gitlab.com/CyberMages/Core/pact.git"
|
2017-01-06 19:13:34 -05:00
|
|
|
documentation = ""
|
2017-03-01 19:05:36 -05:00
|
|
|
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
|
2017-03-04 14:04:57 -05:00
|
|
|
build = "build.rs"
|
2025-03-03 02:07:54 -05:00
|
|
|
edition = "2021"
|
2017-03-01 19:05:36 -05:00
|
|
|
|
|
|
|
|
|
|
|
[features]
|
2017-03-01 19:16:54 -05:00
|
|
|
default = []
|
2025-03-03 02:07:54 -05:00
|
|
|
use_std = ["binding/use_std"]
|
2017-03-01 19:16:54 -05:00
|
|
|
rust_lib = []
|
2017-03-01 19:05:36 -05:00
|
|
|
no_mem_manip = []
|
|
|
|
weak = []
|
2017-01-06 19:13:34 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies.binding]
|
2025-03-03 02:07:54 -05:00
|
|
|
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git"
|