continuator 0.1.0

Generate and stitch AI video clips using OpenAI Sora and Google Veo.
Documentation
# 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 = "continuator"
version = "0.1.0"
authors = ["Amar Sood <pkg@tekacs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate and stitch AI video clips using OpenAI Sora and Google Veo."
homepage = "https://github.com/tekacs/continuator"
documentation = "https://github.com/tekacs/continuator#readme"
readme = "README.md"
keywords = [
    "video",
    "cli",
    "ai",
    "sora",
    "veo",
]
categories = [
    "command-line-utilities",
    "multimedia::video",
]
license = "MIT"
repository = "https://github.com/tekacs/continuator"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

[dependencies.futures-util]
version = "0.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
    "stream",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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