gradatum-admin 0.3.6

CLI ops — init/migrate/backup/restore + vault create/list/swap/delete
# 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"
rust-version = "1.85"
name = "gradatum-admin"
version = "0.3.6"
authors = ["Gradatum Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI ops — init/migrate/backup/restore + vault create/list/swap/delete"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/gradatum/gradatum"

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

[[bin]]
name = "gradatum-admin"
path = "src/main.rs"

[[test]]
name = "api_key_cmd"
path = "tests/api_key_cmd.rs"

[[test]]
name = "backfill"
path = "tests/backfill.rs"

[[test]]
name = "backfill_titles"
path = "tests/backfill_titles.rs"

[[test]]
name = "downgrade_from_vault_trash"
path = "tests/downgrade_from_vault_trash.rs"

[[test]]
name = "init_bearer_backup"
path = "tests/init_bearer_backup.rs"

[[test]]
name = "init_clean"
path = "tests/init_clean.rs"

[[test]]
name = "init_existing"
path = "tests/init_existing.rs"

[[test]]
name = "init_merge"
path = "tests/init_merge.rs"

[[test]]
name = "token_cmd"
path = "tests/token_cmd.rs"

[dependencies.anyhow]
version = "=1.0.102"

[dependencies.argon2]
version = "=0.5.3"

[dependencies.chrono]
version = "=0.4.44"
features = ["serde"]

[dependencies.clap]
version = "=4.6.1"
features = ["derive"]

[dependencies.ed25519-dalek]
version = "=2.1.1"
features = [
    "pkcs8",
    "rand_core",
    "pem",
    "zeroize",
]

[dependencies.gradatum-acl-auth]
version = "0.3.6"

[dependencies.gradatum-acl-policy]
version = "0.3.6"

[dependencies.gradatum-auth]
version = "0.3.6"

[dependencies.gradatum-core]
version = "0.3.6"

[dependencies.gradatum-curator]
version = "0.3.6"

[dependencies.gradatum-db-sqlite]
version = "0.3.5"

[dependencies.gradatum-index]
version = "0.3.6"

[dependencies.gradatum-queue]
version = "0.3.6"

[dependencies.gradatum-storage]
version = "0.3.6"

[dependencies.gradatum-vault]
version = "0.3.6"

[dependencies.hex]
version = "=0.4.3"

[dependencies.pkcs8]
version = "=0.10.2"

[dependencies.rand]
version = "=0.8.6"

[dependencies.rusqlite]
version = "=0.32.1"
features = [
    "bundled",
    "chrono",
]

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.sqlx]
version = "=0.8.6"
features = [
    "sqlite",
    "runtime-tokio",
    "macros",
]

[dependencies.tokio]
version = "=1.52.1"
features = ["full"]

[dependencies.toml]
version = "=1.1.2"

[dependencies.toml_edit]
version = "=0.25.11"

[dependencies.tracing]
version = "=0.1.44"

[dependencies.tracing-subscriber]
version = "=0.3.23"
features = [
    "env-filter",
    "json",
]

[dependencies.ulid]
version = "=1.2.1"
features = ["serde"]

[dependencies.walkdir]
version = "=2.5.0"

[dev-dependencies.rusqlite]
version = "=0.32.1"
features = [
    "bundled",
    "chrono",
]

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