[package]
edition = "2021"
name = "decy-stdlib"
version = "2.2.0"
authors = ["Decy Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C standard library prototypes for the Decy C-to-Rust transpiler"
homepage = "https://github.com/paiml/decy"
documentation = "https://docs.rs/decy"
readme = false
keywords = [
"c",
"rust",
"transpiler",
"compiler",
"static-analysis",
]
categories = [
"development-tools",
"compilers",
"command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/paiml/decy"
[lib]
name = "decy_stdlib"
path = "src/lib.rs"
[[test]]
name = "coverage_tests"
path = "tests/coverage_tests.rs"
[[test]]
name = "inject_prototype_tests"
path = "tests/inject_prototype_tests.rs"
[[test]]
name = "stdlib_prototypes_test"
path = "tests/stdlib_prototypes_test.rs"
[dependencies]