[build-dependencies.bindgen]
version = "0.71.1"
[build-dependencies.pkg-config]
version = "0.3.29"
[dev-dependencies.rand]
version = "0.9.0"
[features]
buildtime-bindgen = []
[lib]
name = "editorconfig_sys"
path = "src/lib.rs"
[package]
authors = ["Thorsten Blum <thorsten.blum@toblux.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Raw FFI bindings to libeditorconfig"
documentation = "https://docs.rs/editorconfig-sys"
edition = "2021"
exclude = [".github"]
homepage = "https://github.com/toblux/editorconfig-sys"
keywords = ["editorconfig", "libeditorconfig", "bindings", "ffi", "sys"]
license = "MIT"
links = "editorconfig"
name = "editorconfig-sys"
readme = "README.md"
repository = "https://github.com/toblux/editorconfig-sys"
rust-version = "1.70.0"
version = "0.1.3"
[[test]]
name = "editorconfig_sys"
path = "tests/editorconfig_sys.rs"