senka-secrets 0.1.3

CLI-first HTTP execution and inspection engine with environment/secret management and SQLite logging
# 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 = "senka-secrets"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI-first HTTP execution and inspection engine with environment/secret management and SQLite logging"
homepage = "https://github.com/jel3/senka"
readme = false
keywords = [
    "http",
    "cli",
    "rest",
    "api",
    "tui",
]
categories = [
    "command-line-utilities",
    "web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jel3/senka"

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

[dependencies.keyring]
version = "2"

[dependencies.senka-core]
version = "0.1.3"

[dependencies.thiserror]
version = "2"