2017-01-06 19:10:10 -05:00
|
|
|
[package]
|
|
|
|
name = "binding"
|
|
|
|
version = "0.1.0"
|
2025-02-19 20:07:49 -05:00
|
|
|
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
2017-01-06 19:10:10 -05:00
|
|
|
description = "Defines macros and functions used when binding to C libraries."
|
|
|
|
license = ""
|
2025-02-19 20:07:49 -05:00
|
|
|
repository = "https://workshop.cybermages.tech/CyberMages/binding.git"
|
2017-01-06 19:10:10 -05:00
|
|
|
documentation = ""
|
|
|
|
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
|
2025-02-19 20:07:49 -05:00
|
|
|
edition = "2021"
|
2017-01-06 19:10:10 -05:00
|
|
|
|
|
|
|
|
2017-01-24 14:55:42 -05:00
|
|
|
[features]
|
|
|
|
default = []
|
2025-03-10 13:18:42 -04:00
|
|
|
use_std = []
|