# 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" version = "0.1.0" authors = ["kpcyrd "] description = "Physical access control (daemon)" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/kpcyrd/d3xs" [profile.dev] opt-level = "z" debug = 2 [profile.release] opt-level = "s" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = [ "derive", "env", ] [dependencies.d3xs-protocol] version = "0.1.0" features = ["ipc"] [dependencies.env_logger] version = "0.10.0" [dependencies.futures-util] version = "0.3.28" [dependencies.handlebars] version = "4.3.7" [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8" [dependencies.warp] version = "0.3.5" [build-dependencies.css-minify] version = "0.3.1" [build-dependencies.hex] version = "0.4.3" [build-dependencies.minify-js] version = "0.5.6" [build-dependencies.sha2] version = "0.10.7"