stepshots-cli 1.0.1

CLI for recording, bundling, and uploading Stepshots demos
# 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"
name = "stepshots-cli"
version = "1.0.1"
authors = ["Hauke Jung <hauke.jung@outlook.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for recording, bundling, and uploading Stepshots demos"
readme = false
license = "MIT"
repository = "https://github.com/hauju/stepshots"

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

[dependencies.axum]
version = "0.8"

[dependencies.chromiumoxide]
version = "0.9"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.console]
version = "0.15"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.manifest]
version = "1.0.1"
package = "stepshots-manifest"

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

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "signal",
]

[dependencies.tower-http]
version = "0.6"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.zip]
version = "8.2"
features = ["deflate"]
default-features = false