# 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-smart-lock" version = "0.1.0" description = "Control a Nuki Smart Lock with the Bluetooth API in Rust" license = "AGPL-3.0-only" resolver = "2" [dependencies.anyhow] version = "1.0.58" features = ["backtrace"] [dependencies.btleplug] version = "0.9.2" [dependencies.byteorder] version = "1.4.3" [dependencies.crc-any] version = "2.4.3" [dependencies.dryoc] version = "0.3.12" [dependencies.futures] version = "0.3.21" [dependencies.hmac-sha256] version = "1.1.4" [dependencies.log] version = "0.4.17" [dependencies.num_enum] version = "0.5.7" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.tokio] version = "1.19.2" features = ["macros"] [dependencies.uuid] version = "0.8.2"