pact/Cargo.toml

25 lines
568 B
TOML

[package]
name = "pact"
version = "0.1.0"
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
description = "Rust bindings for standard C functions."
license = ""
repository = "https://gitlab.com/CyberMages/pact.git"
documentation = ""
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
[features]
default = []
use_std = ["scribe/use_std", "binding/use_std"]
rust_lib = []
no_mem_manip = []
weak = []
[dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"
[dependencies.binding]
git = "https://gitlab.com/CyberMages/binding.git"