bootanimation-tools 0.1.1

CLI utility to convert between Android bootanimations and videos
[[bin]]
name = "boot2vid"
path = "src/boot2vid.rs"

[[bin]]
name = "vid2boot"
path = "src/vid2boot.rs"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.tempfile]
version = "3.23.0"

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

[package]
authors = ["rhythmcache"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "multimedia::video", "multimedia", "encoding", "development-tools::build-utils"]
description = "CLI utility to convert between Android bootanimations and videos"
edition = "2024"
homepage = "https://github.com/rhythmcache/Video-to-BootAnimation-Creator-Script"
include = ["src/**", "LICENSE", "README.md", "Cargo.toml"]
keywords = ["bootanimation", "android", "boot2vid", "vid2boot", "video"]
license = "GPL-3.0"
name = "bootanimation-tools"
readme = "README.md"
repository = "https://github.com/rhythmcache/Video-to-BootAnimation-Creator-Script"
version = "0.1.1"

[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = "fat"
opt-level = "z"
panic = "abort"
rpath = false
strip = true