# 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-firmware" version = "0.1.0" authors = ["kpcyrd "] description = "Physical access control (firmware)" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/kpcyrd/d3xs" [dependencies.crypto_box] version = "0.9.1" features = ["salsa20"] default-features = false [dependencies.d3xs-protocol] version = "0.1.0" [dependencies.data-encoding] version = "2.4.0" [dependencies.thiserror-no-std] version = "2.0.2" [build-dependencies.d3xs-protocol] version = "0.1.0" [build-dependencies.embuild] version = "0.31.3" features = ["espidf"] [target."cfg(not(target_os = \"espidf\"))".dependencies.getrandom] version = "0.2.10" [target."cfg(target_os = \"espidf\")".dependencies.esp-idf-hal] version = "0.42" [target."cfg(target_os = \"espidf\")".dependencies.esp-idf-svc] version = "0.47.1" features = [ "alloc", "binstart", "critical-section", "embassy-sync", "embassy-time-driver", "native", "std", ] default-features = false [target."cfg(target_os = \"espidf\")".dependencies.esp32-nimble] version = "0.3.1" default-features = false [target."cfg(target_os = \"espidf\")".dependencies.smart-leds] version = "0.3.0" [target."cfg(target_os = \"espidf\")".dependencies.ws2812-esp32-rmt-driver] version = "0.6.0"