# 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" version = "0.1.9" authors = ["Siddharth Chandrasekaran "] description = "Library implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol)" homepage = "https://libosdp.sidcha.dev/" documentation = "https://docs.rs/libosdp" readme = "README.md" keywords = [ "osdp", "libosdp", "acs", "sia", "weigand", ] categories = [ "development-tools", "embedded", ] license = "Apache-2.0" repository = "https://github.com/goToMain/libosdp" [dependencies.bitflags] version = "2.4.0" [dependencies.libosdp-sys] version = "3.0.3" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.18.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.thiserror] version = "1.0.50" optional = true [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.multiqueue] version = "0.3.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.ringbuf] version = "0.3.3" [dev-dependencies.sha256] version = "1.5.0" [features] default = ["std"] std = ["thiserror"]