mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
22 lines
718 B
TOML
22 lines
718 B
TOML
[package]
|
|
name = "rustfs-credentials"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
homepage.workspace = true
|
|
description = "Credentials management utilities for RustFS, enabling secure handling of authentication and authorization data."
|
|
keywords = ["rustfs", "Minio", "credentials", "authentication", "authorization"]
|
|
categories = ["web-programming", "development-tools", "data-structures", "security"]
|
|
|
|
[dependencies]
|
|
base64-simd = { workspace = true }
|
|
rand = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json.workspace = true
|
|
time = { workspace = true, features = ["serde-human-readable"] }
|
|
|
|
[lints]
|
|
workspace = true
|