salusc 0.1.2

The command line client for the salusd daemon
# 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 = "2024"
rust-version = "1.91.1"
name = "salusc"
version = "0.1.2"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The command line client for the salusd daemon"
homepage = "https://github.com/rustyhorde/salus"
documentation = "https://docs.rs/salusc"
readme = "README.md"
keywords = [
    "shamir",
    "store",
    "cryptography",
    "redb",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustyhorde/salus"

[[package.metadata.cargo-matrix.channel]]
name = "default"

[[package.metadata.cargo-matrix.channel]]
name = "linux"

[[package.metadata.cargo-matrix.channel]]
name = "macos"

[features]
unstable = ["salus-agent/unstable"]

[[bin]]
name = "salusc"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bon]
version = "3.9.3"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.config]
version = "0.15.23"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs2]
version = "3.0.1"

[dependencies.interprocess]
version = "2.4.2"
features = [
    "async",
    "tokio",
]

[dependencies.libsalus]
version = "0.1.2"

[dependencies.salus-agent]
version = "0.1.2"

[dependencies.scanpw]
version = "1.0.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "io-std",
]

[dependencies.tracing]
version = "0.1.44"
features = [
    "max_level_trace",
    "release_max_level_trace",
]

[build-dependencies.rustversion]
version = "1.0.22"