# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56.0" name = "editorconfig-sys" version = "0.1.2" authors = ["Thorsten Blum "] build = "build.rs" links = "editorconfig" exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Raw FFI bindings to libeditorconfig" homepage = "https://github.com/toblux/editorconfig-sys" documentation = "https://docs.rs/editorconfig-sys" readme = "README.md" keywords = [ "editorconfig", "libeditorconfig", "bindings", "ffi", "sys", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/toblux/editorconfig-sys" [lib] name = "editorconfig_sys" path = "src/lib.rs" [[test]] name = "editorconfig_sys" path = "tests/editorconfig_sys.rs" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.bindgen] version = "0.69.2" [build-dependencies.pkg-config] version = "0.3.29" [features] buildtime-bindgen = []