benoit 4.0.0

Multithreaded Mandelbrot renderer.
Documentation
# 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"
edition       = "2024"
rust-version  = "1.95"
description   = "Multithreaded Mandelbrot renderer."
documentation = "https://docs.rs/benoit/"
homepage      = "https://crates.io/crates/benoit/"

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

[package.metadata.docs.rs]
all-features = true

[features]
unstable_docs = []

[lints]
workspace = true