getmyid 0.1.3

Rust client library for whoami Identity-by-PID daemon
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 = "getmyid"
version = "0.1.3"
authors = ["Leo <leo@podtan.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client library for whoami Identity-by-PID daemon"
documentation = "https://docs.rs/getmyid"
readme = "README.md"
keywords = [
    "identity",
    "authentication",
    "unix-socket",
    "whoami",
    "pid",
]
categories = [
    "authentication",
    "os::unix-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/podtan/getmyid"

[features]
default = []
tokio = ["dep:tokio"]

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = [
    "net",
    "io-util",
    "time",
]
optional = true

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

[dev-dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "time",
]