# 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-bridge" version = "0.1.0" authors = ["kpcyrd "] description = "Physical access control (bridge)" license = "GPL-3.0-or-later" repository = "https://github.com/kpcyrd/d3xs" [dependencies.anyhow] version = "1.0.75" [dependencies.btleplug] version = "0.11.1" [dependencies.clap] version = "4.4.7" features = [ "derive", "env", ] [dependencies.d3xs-protocol] version = "0.1.0" features = ["ipc"] [dependencies.data-encoding] version = "2.4.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures-util] version = "0.3.29" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", "io-std", "io-util", "fs", ] [dependencies.tokio-tungstenite] version = "0.20.1" features = ["rustls-tls-native-roots"] [dependencies.toml] version = "0.8.8" [dependencies.uuid] version = "1.5.0"