benoit-cli 4.0.0

Multithreaded Mandelbrot renderer - CLI.
# Copyright 2021, 2023-2024, 2026 Gabriel Bjørna-
# ger Jensen.
#
# This file is part of Benoit.
#
# Benoit is free software: you can redistribute it
# and/or modify it under the terms of the GNU Af-
# fero General Public License as published by the
# Free Software Foundation, either version 3 of
# the License, or (at your option) any later ver-
# sion.
#
# Benoit is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY; without
# even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Affero General Public License for more details.
#
# You should have received a copy of the GNU Af-
# fero General Public License along with Benoit.
# If not, see <https://www.gnu.org/licenses/>.

[package]
name          = "benoit-cli"
edition       = "2024"
rust-version  = "1.95"
description   = "Multithreaded Mandelbrot renderer - CLI."
documentation = "https://docs.rs/benoit-cli/"
homepage      = "https://crates.io/crates/benoit-cli/"

version.workspace     = true
authors.workspace     = true
repository.workspace  = true
license.workspace     = true

[dependencies]
benoit = { path = "../benoit", version = "=4.0.0" }

[lints]
workspace = true

[profile.release]
opt-level     = 3
lto           = "fat"
panic         = "abort"
codegen-units = 1