portaki-cli 1.0.0

Portaki module CLI (portaki) — init, build, lint, test, and OCI publish
# 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.75"
name = "portaki-cli"
version = "1.0.0"
authors = ["Syntax Labs <support@syntax-labs.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portaki module CLI (portaki) — init, build, lint, test, and OCI publish"
homepage = "https://portaki.app"
documentation = "https://docs.rs/portaki-cli"
readme = "README.md"
keywords = [
    "portaki",
    "cli",
    "wasm",
    "oci",
    "extism",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/PortakiApp/portaki-sdk"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]

[[bin]]
name = "portaki"
path = "src/main.rs"
doc = false

[dependencies.anyhow]
version = "1.0.104"

[dependencies.base64]
version = "0.22"

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

[dependencies.flate2]
version = "1"

[dependencies.glob]
version = "0.3"

[dependencies.oci-distribution]
version = "0.11"

[dependencies.portaki-sdk]
version = "1.0.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4.46"

[dependencies.tokio]
version = "1.38.2"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "fs",
    "process",
    "signal",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[dependencies.walkdir]
version = "2"

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