artisan_keystore 2.1.1

A keystore server designed for AH
Documentation
# 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"
name = "artisan_keystore"
version = "2.1.1"
authors = ["Darrion Whitfield <whitfieldd@artisanhosting.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A keystore server designed for AH"
homepage = "https://docs.artisanhosting.net"
readme = "README.md"
license = "MIT OR Apache-2.0"

[lib]
name = "ais_keystore_lib"
path = "src/lib.rs"

[[bin]]
name = "ais_keystore"
path = "src/bin/ais_keystore.rs"

[[bin]]
name = "test"
path = "src/bin/test.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[test]]
name = "keystore"
path = "tests/keystore.rs"

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.chrono]
version = "0.4.39"

[dependencies.colored]
version = "2.2.0"

[dependencies.dusa_collection_utils]
version = "^4.0.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.prost]
version = "0.12"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.134"

[dependencies.simple_comms]
version = "2.0.1"

[dependencies.tokio]
version = "1.42.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tonic]
version = "0.11"
features = ["transport"]

[build-dependencies.tonic-build]
version = "0.11"