[lib]
name = "svgplot"
path = "src/lib.rs"
[lints.clippy]
new_without_default = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "deny"
priority = -1
[lints.clippy.nursery]
level = "deny"
priority = -1
[lints.rust]
single_use_lifetimes = "warn"
trivial_numeric_casts = "forbid"
[lints.rust.deprecated]
level = "deny"
priority = -1
[lints.rust.unused_lifetimes]
level = "deny"
priority = -1
[package]
authors = ["Fredrik Fornwall <fredrik@fornwall.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::images"]
description = "Utilities for SVG generation"
edition = "2024"
homepage = "https://github.com/fornwall/advent-of-code"
keywords = ["advent-of-code"]
license = "MIT"
name = "svgplot"
readme = "README.md"
repository = "https://github.com/fornwall/advent-of-code"
rust-version = "1.92.0"
version = "2025.2.0"