[package]
edition = "2021"
name = "pray-cli"
version = "1.16.0"
authors = ["Andrei Makarov <contact@kiskolabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Package manager for the language placed before inference — Prayfile CLI (binary: pray)"
homepage = "https://pray.kisko.dev"
documentation = "https://docs.rs/pray-cli"
readme = "README.md"
keywords = [
"pray",
"prayfile",
"agents",
"inference",
"cli",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/kiskolabs/pray"
[features]
auth = ["pray-core/auth"]
default = ["auth"]
[[bin]]
name = "pray"
path = "src/main.rs"
[[test]]
name = "auth"
path = "tests/auth/main.rs"
required-features = ["auth"]
[[test]]
name = "cache_cleaning"
path = "tests/cache_cleaning.rs"
[[test]]
name = "cli_exit_codes"
path = "tests/cli_exit_codes.rs"
[[test]]
name = "cli_upgrade"
path = "tests/cli_upgrade.rs"
[[test]]
name = "cli_ux"
path = "tests/cli_ux.rs"
[[test]]
name = "environment_cli"
path = "tests/environment_cli.rs"
[[test]]
name = "init_commands"
path = "tests/init_commands.rs"
[[test]]
name = "install"
path = "tests/install.rs"
[[test]]
name = "install_beta_e2e"
path = "tests/install_beta_e2e.rs"
required-features = ["auth"]
[[test]]
name = "install_confess"
path = "tests/install_confess.rs"
required-features = ["auth"]
[[test]]
name = "install_distribution_point"
path = "tests/install_distribution_point.rs"
required-features = ["auth"]
[[test]]
name = "install_distribution_point_support"
path = "tests/install_distribution_point_support.rs"
[[test]]
name = "install_drift"
path = "tests/install_drift.rs"
[[test]]
name = "install_git_catalog"
path = "tests/install_git_catalog.rs"
[[test]]
name = "install_git_global_cache"
path = "tests/install_git_global_cache.rs"
[[test]]
name = "install_network"
path = "tests/install_network.rs"
required-features = ["auth"]
[[test]]
name = "install_network_support"
path = "tests/install_network_support.rs"
required-features = ["auth"]
[[test]]
name = "install_package"
path = "tests/install_package.rs"
[[test]]
name = "install_publish"
path = "tests/install_publish.rs"
required-features = ["auth"]
[[test]]
name = "install_reports"
path = "tests/install_reports.rs"
[[test]]
name = "install_ssh_stdio"
path = "tests/install_ssh_stdio.rs"
required-features = ["auth"]
[[test]]
name = "install_support"
path = "tests/install_support.rs"
[[test]]
name = "install_sync"
path = "tests/install_sync.rs"
required-features = ["auth"]
[[test]]
name = "install_sync_discovery"
path = "tests/install_sync_discovery.rs"
required-features = ["auth"]
[[test]]
name = "install_update"
path = "tests/install_update.rs"
[[test]]
name = "install_validation"
path = "tests/install_validation.rs"
[[test]]
name = "login"
path = "tests/login.rs"
required-features = ["auth"]
[[test]]
name = "login_support"
path = "tests/login_support.rs"
[[test]]
name = "network_failure"
path = "tests/network_failure.rs"
required-features = ["auth"]
[[test]]
name = "package_upstream"
path = "tests/package_upstream.rs"
[[test]]
name = "packaging_smoke"
path = "tests/packaging_smoke.rs"
[[test]]
name = "provisioned_dest_cli"
path = "tests/provisioned_dest_cli.rs"
[[test]]
name = "publish_idempotency"
path = "tests/publish_idempotency.rs"
[[test]]
name = "revision"
path = "tests/revision.rs"
required-features = ["auth"]
[[test]]
name = "session_migration"
path = "tests/session_migration.rs"
required-features = ["auth"]
[[test]]
name = "session_migration_support"
path = "tests/session_migration_support.rs"
required-features = ["auth"]
[[test]]
name = "trust"
path = "tests/trust.rs"
required-features = ["auth"]
[[test]]
name = "update_destinations"
path = "tests/update_destinations.rs"
[[test]]
name = "version"
path = "tests/version.rs"
[dependencies.base64]
version = "0.23"
[dependencies.ed25519-dalek]
version = "3"
[dependencies.pray-core]
version = "1.16.0"
default-features = false
[dependencies.pray-transport]
version = "1.16.0"
[dependencies.reqwest]
version = "0.13"
features = [
"json",
"rustls",
]
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tar]
version = "0.4"
[dependencies.tokio]
version = "1"
features = [
"rt",
"macros",
]
[dependencies.zstd]
version = "0.13"