seedance 0.1.2

Generate video with ByteDance Seedance 2.0 from the terminal. Agent-friendly.
# 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"
rust-version = "1.85"
name = "seedance"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate video with ByteDance Seedance 2.0 from the terminal. Agent-friendly."
homepage = "https://github.com/199-biotechnologies/seedance"
readme = "README.md"
keywords = [
    "seedance",
    "bytedance",
    "video",
    "ai",
    "cli",
]
categories = [
    "command-line-utilities",
    "multimedia::video",
]
license = "MIT"
repository = "https://github.com/199-biotechnologies/seedance"

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.comfy-table]
version = "7"

[dependencies.directories]
version = "6"

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.indicatif]
version = "0.17"

[dependencies.mime_guess]
version = "2"

[dependencies.owo-colors]
version = "4"

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

[dependencies.self_update]
version = "0.42"
features = [
    "archive-tar",
    "compression-flate2",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml_edit]
version = "0.23"

[dependencies.which]
version = "7"

[dev-dependencies.assert_cmd]
version = "2"

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

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true