# 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 = "nuki-rs" version = "0.2.3" description = "a rust implmentation for BLE API for Nuki Smart Lock" readme = "README.md" keywords = [ "nuki", "smartlock", "smarthome", ] license = "MIT" repository = "https://github.com/Kanksu/nuki-rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.21" [dependencies.btleplug] version = "0.11" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" [dependencies.crc] version = "3" [dependencies.crypto_box] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.machine-uid] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sodiumoxide] version = "0.2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1" [dependencies.whoami] version = "1"