rustd_ffi 0.2.0

C/Ada FFI bindings for RustD deterministic DSL
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 = "rustd_ffi"
version = "0.2.0"
authors = ["RustD Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C/Ada FFI bindings for RustD deterministic DSL"
readme = false
keywords = [
    "ffi",
    "c",
    "ada",
    "bindings",
    "deterministic",
]
categories = ["development-tools::ffi"]
license = "Apache-2.0"
repository = "https://github.com/latentcollapse/RustD"

[lib]
name = "rustd_ffi"
crate-type = [
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.bincode]
version = "1.3"

[dependencies.blake3]
version = "1.5"

[dependencies.libc]
version = "0.2"

[dependencies.rustd_compiler]
version = "0.2.0"

[dependencies.rustd_core]
version = "0.2.0"

[dependencies.rustd_runtime]
version = "0.2.0"

[dependencies.serde_json]
version = "1.0"

[build-dependencies.cbindgen]
version = "0.26"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1