[package]
name = "libedit-sys"
version = "0.2.0"
edition.workspace = true
rust-version.workspace = true
description = "Low-level FFI bindings to the libedit line-editing library"
license.workspace = true
repository.workspace = true
readme = "../README.md"
links = "edit"
keywords = ["libedit", "editline", "ffi", "bindings"]
categories = ["external-ffi-bindings"]
include = ["src/**", "build.rs", "Cargo.toml", "../LICENSE", "../README.md"]
[features]
default = []
bindgen = ["bindgen-dep"]
static = []
[build-dependencies]
bindgen-dep = { package = "bindgen", version = "0.71", optional = true }
[dependencies]
[dev-dependencies]
libc = "0.2"
[package.metadata.docs.rs]
features = []