# 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 = "d3xs-protocol" version = "0.1.0" authors = ["kpcyrd "] description = "Physical access control (protocol)" license = "GPL-3.0-or-later" repository = "https://github.com/kpcyrd/d3xs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.crypto_box] version = "0.9.1" features = ["salsa20"] default-features = false [dependencies.data-encoding] version = "2.4.0" [dependencies.serde] version = "1.0.192" features = ["derive"] optional = true [dependencies.sha3] version = "0.10.8" default-features = false [dependencies.thiserror-no-std] version = "2.0.2" [features] ipc = ["serde"] [target."cfg(not(target_os = \"espidf\"))".dependencies.getrandom] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.65" features = [ "Location", "Document", "Window", "Element", "HtmlElement", "HtmlInputElement", ] default-features = false