stack-profile 0.34.0-alpha.5

Centralised ~/.cipherstash profile file management
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 = "2021"
name = "stack-profile"
version = "0.34.0-alpha.5"
authors = [
    "Dan Draper <dan@cipherstash.com>",
    "Drew Thomas <drew@cipherstash.com>",
    "Fiona McCawley <fiona@cipherstash.com>",
    "James Sadler <james@cipherstash.com>",
    "Kate Andrews <kate@cipherstash.com>",
    "Lindsay Holmwood <lindsay@cipherstash.com>",
    "Paul Hawkins <paul@cipherstash.com>",
    "Robin Howard <robin@cipherstash.com>",
    "Toby Hede <toby@cipherstash.com>",
    "Yuji Yokoo <yuji@cipherstash.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Centralised ~/.cipherstash profile file management"
homepage = "https://cipherstash.com"
readme = false
license-file = "LICENSE"
repository = "https://github.com/cipherstash/cipherstash-suite"

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

[dependencies.dirs]
version = "4.0.0"

[dependencies.gethostname]
version = "0.5"

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

[dependencies.serde_json]
version = "1.0.132"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.uuid]
version = "1.8"
features = [
    "v4",
    "v5",
    "serde",
]

[dev-dependencies.tempfile]
version = "3.21.0"