# 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" name = "libosdp-sys" version = "3.0.8" authors = ["Siddharth Chandrasekaran "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Sys crate for https://github.com/goToMain/libosdp" homepage = "https://libosdp.sidcha.dev/" documentation = "https://docs.rs/libosdp-sys" readme = "README.md" keywords = [ "osdp", "libosdp", "acs", "sia", "wiegand", ] categories = [ "development-tools", "embedded", ] license = "Apache-2.0" repository = "https://github.com/goToMain/libosdp-rs" [lib] name = "libosdp_sys" path = "src/lib.rs" [build-dependencies.anyhow] version = "1.0.75" [build-dependencies.bindgen] version = "0.70.0" [build-dependencies.build-target] version = "0.4.0" [build-dependencies.cc] version = "1.0.83" [features] data_trace = [] packet_trace = [] skip_mark_byte = []