aspect-ratio-cli 0.1.5

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"
edition = "2021"
exclude = ["target", "Cargo.lock", "README.md", ".gitignore", ".vscode", ".idea", "examples", "tests"]
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"
version = "0.1.5"

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