# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libeyelink-sys" version = "0.1.4" authors = ["Luke Hsiao "] build = "build.rs" links = "eyelink" description = "Rust FFI bindings for the Linux SR Research Eyelink SDK." readme = "README.md" keywords = ["eyelink"] categories = ["external-ffi-bindings"] license = "Apache-2.0 OR MIT" repository = "https://github.com/lukehsiao/libeyelink-sys" [package.metadata.release] post-release-commit-message = "chore: bump development version to {{next_version}}" pre-release-commit-message = "chore: version {{version}}" tag-message = "{{crate_name}} {{version}}" [dependencies.libc] version = "0.2.77" [build-dependencies.pkg-config] version = "0.3.18" [features] sdl-graphics = [] [badges.maintenance] status = "experimental"