aspect-ratio-cli 0.2.0

A simple Rust library to calculate aspect ratio
[[bin]]
name = "aspect-ratio-cli"
path = "src/main.rs"

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

[dependencies.clap_complete]
version = "4.5.48"

[package]
authors = ["anhkhoakz"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple Rust library to calculate aspect ratio"
documentation = "https://docs.rs/aspect-ratio-cli"
edition = "2021"
exclude = ["target", "Cargo.lock", "README.md", ".gitignore", ".vscode", ".idea", "examples", "tests", ".DS_Store", "*.swp", "*.bak", "*.tmp", "*.log", ".env", ".cargo_vcs_info.json", "doc/", "**/.DS_Store", "**/.env", "**/.vscode", "**/.idea", "**/Thumbs.db", "**/*~", "**/#*#", "**/.#*"]
homepage = "https://github.com/anhkhoakz/some-rust-scripts/tree/main/aspect-ratio"
keywords = ["aspect-ratio", "rust", "cli"]
license = "GPL-2.0"
name = "aspect-ratio-cli"
readme = "README.md"
repository = "https://github.com/anhkhoakz/some-rust-scripts/tree/main/aspect-ratio"
rust-version = "1.86.0"
version = "0.2.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true