silicon-iam-cli 1.0.0

Command-line client for Silicon IAM, built on the silicon-iam-client crate.
# 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 = "2024"
rust-version = "1.98"
name = "silicon-iam-cli"
version = "1.0.0"
authors = ["Team of Silicons"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line client for Silicon IAM, built on the silicon-iam-client crate."
readme = "README.md"
keywords = [
    "iam",
    "identity",
    "cli",
    "authentication",
    "authorization",
]
categories = [
    "command-line-utilities",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/teamofsilicons/silicon-iam"

[[bin]]
name = "iam"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.48"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.http]
version = "1.3.1"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.silicon-iam-client]
version = "1.0.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.55"
features = [
    "formatting",
    "macros",
    "parsing",
    "serde",
]

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.url]
version = "2.5.7"
features = ["serde"]

[dependencies.uuid]
version = "1.26.0"
features = [
    "serde",
    "v7",
]

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"