d3xs-protocol 0.1.0

Physical access control (protocol)
Documentation
[dependencies.crypto_box]
default-features = false
features = ["salsa20"]
version = "0.9.1"

[dependencies.data-encoding]
version = "2.4.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.192"

[dependencies.sha3]
default-features = false
version = "0.10.8"

[dependencies.thiserror-no-std]
version = "2.0.2"

[features]
ipc = ["serde"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["kpcyrd <git@rxv.cc>"]
description = "Physical access control (protocol)"
edition = "2021"
license = "GPL-3.0-or-later"
name = "d3xs-protocol"
repository = "https://github.com/kpcyrd/d3xs"
version = "0.1.0"

[target.'cfg(not(target_os = "espidf"))'.dependencies.getrandom]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
default-features = false
features = ["Location", "Document", "Window", "Element", "HtmlElement", "HtmlInputElement"]
version = "0.3.65"