orber 0.2.0

Turn photos and videos into abstract orb mood images and short-form vertical videos
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 = "2021"
rust-version = "1.78.0"
name = "orber"
version = "0.2.0"
authors = ["kako-jun"]
build = false
exclude = [
    ".github/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Turn photos and videos into abstract orb mood images and short-form vertical videos"
homepage = "https://github.com/kako-jun/orber"
documentation = "https://docs.rs/orber"
readme = "README.md"
keywords = [
    "image",
    "video",
    "abstract",
    "orb",
    "mood",
]
categories = [
    "command-line-utilities",
    "graphics",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/kako-jun/orber"

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

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

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

[dependencies.image]
version = "0.25"

[dependencies.kmeans_colors]
version = "0.7"
features = ["palette_color"]
default-features = false

[dependencies.palette]
version = "0.7"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1"

[dependencies.tiny-skia]
version = "0.11"

[dev-dependencies]

[profile.release]
lto = true
codegen-units = 1
panic = "abort"