34 lines
803 B
TOML
34 lines
803 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/Core/pact.git"
|
|
documentation = ""
|
|
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
|
|
build = "build.rs"
|
|
edition = "2018"
|
|
|
|
|
|
[features]
|
|
default = []
|
|
use_std = ["scribe/use_std", "binding/use_std", "weave/use_std"]
|
|
rust_lib = []
|
|
no_mem_manip = []
|
|
weak = []
|
|
|
|
|
|
[build-dependencies.scribe]
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|
|
|
|
|
|
[dependencies.scribe]
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|
|
|
|
[dependencies.binding]
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/binding.git"
|
|
|
|
[dependencies.weave]
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"
|