mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
22 lines
738 B
TOML
22 lines
738 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", "parsing", "formatting", "macros"] }
|
|
|
|
[lints]
|
|
workspace = true
|