[package] name = "editorconfig-rs" version = "0.2.2" edition = "2021" rust-version = "1.56.0" authors = ["Thorsten Blum "] homepage = "https://github.com/toblux/editorconfig-rs" repository = "https://github.com/toblux/editorconfig-rs" description = "Rust bindings to libeditorconfig using editorconfig-sys" documentation = "https://docs.rs/editorconfig-rs" readme = "README.md" license = "MIT" keywords = ["editorconfig", "libeditorconfig", "bindings"] categories = ["api-bindings"] exclude = [".github"] [dependencies] editorconfig-sys = "0.1.1" [dev-dependencies] rand = "0.8.5"