[package] name = "deadbolt" version = { workspace = true } description = "Client implementation of deadbolt" homepage = { workspace = true } repository = { workspace = true } authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = "1.70.0" [[bin]] name = "db" path = "src/main.rs" [dependencies] clap = { version = "4.2.5", features = ["derive"] } colored = "2" comma = "1.0.0" deadbolt-crypto = { workspace = true } deadbolt-parser = { workspace = true } dotenvy = "0.15.7" home = "0.5.5" inquire = "0.6.1" open = "4.1.0" regex = "1" rdev = "0.5.2" rpassword = "7.2.0" secrecy = "0.8.0" sysinfo = "0.28.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" tabwriter = {version= "1", features = ["ansi_formatting"]} termtree = "0.4.1" [target.'cfg(unix)'.dependencies] nix = "0.26.2" [target.'cfg(windows)'.dependencies.windows] version = "0.48" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Threading", ]