[package]
edition = "2021"
name = "alef"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Name reservation for the alef polyglot binding generator — use `alef-cli` to install the CLI binary."
homepage = "https://github.com/kreuzberg-dev/alef"
documentation = "https://docs.rs/alef"
readme = "README.md"
keywords = [
"alef",
"polyglot",
"bindings",
"ffi",
"codegen",
]
categories = [
"development-tools::cargo-plugins",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/kreuzberg-dev/alef"
[lib]
name = "alef"
path = "src/lib.rs"