decy-stdlib 2.2.0

C standard library prototypes for the Decy C-to-Rust transpiler
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]