autozig 0.1.2

Safe autogenerated interop between Rust and Zig
Documentation
[dependencies.autozig-macro]
version = "0.1.2"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.tokio]
features = ["sync"]
optional = true
version = "1.0"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[features]
build = []
default = []
stream = ["tokio", "futures"]

[lib]
name = "autozig"
path = "src/lib.rs"

[package]
authors = ["AutoZig Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi", "api-bindings"]
description = "Safe autogenerated interop between Rust and Zig"
documentation = "https://docs.rs/autozig"
edition = "2021"
homepage = "https://github.com/layola13/autozig"
keywords = ["ffi", "zig"]
license = "MIT OR Apache-2.0"
name = "autozig"
readme = "README.md"
repository = "https://github.com/layola13/autozig"
resolver = "2"
rust-version = "1.77"
version = "0.1.2"