tsafe-nativehost 1.0.5

Browser native messaging host for tsafe — lets Chrome/Edge/Firefox extensions read vault secrets safely
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"
rust-version = "1.88"
name = "tsafe-nativehost"
version = "1.0.5"
authors = ["Ryan Tilcock <ryan.tilcock@msamlin.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser native messaging host for tsafe — lets Chrome/Edge/Firefox extensions read vault secrets safely"
homepage = "https://github.com/0ryant/tsafe"
documentation = "https://docs.rs/tsafe-nativehost"
readme = "README.md"
keywords = [
    "browser",
    "native-messaging",
    "chrome",
    "extension",
    "credentials",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/tsafe"

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

[[bin]]
name = "tsafe-nativehost"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tsafe-core]
version = "1.0.9"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zeroize]
version = "1"
features = ["derive"]

[dev-dependencies.temp-env]
version = "0.3"

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