svgplot 2024.26.0

Utilities for SVG generation
Documentation
[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]
deprecated = "deny"
single_use_lifetimes = "warn"
trivial_numeric_casts = "forbid"
unused_lifetimes = "forbid"

[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"
resolver = "2"
rust-version = "1.91.1"
version = "2024.26.0"