bland 0.2.1

Pure-Rust library for paper-ready, monochrome, hatch-patterned technical plots in the visual tradition of 1960s-80s engineering reports.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bland"
version = "0.2.1"
build = false
include = [
    "src/**/*.rs",
    "examples/**/*.rs",
    "tools/**/*.rs",
    "tests/**/*.rs",
    "docs/hero/*.html",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust library for paper-ready, monochrome, hatch-patterned technical plots in the visual tradition of 1960s-80s engineering reports."
documentation = "https://docs.rs/bland"
readme = "README.md"
keywords = [
    "plotting",
    "svg",
    "monochrome",
    "technical-drawing",
    "visualization",
]
categories = [
    "visualization",
    "graphics",
    "no-std",
]
license = "MIT"
repository = "https://github.com/Stratogen-Applied-Research/bland-rs"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "high-res-basemaps",
    "gui",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = []
gui = [
    "dep:tao",
    "dep:wry",
]
high-res-basemaps = []
raster = [
    "dep:resvg",
    "dep:tiny-skia",
]
regen-basemaps = []

[lib]
name = "bland"
path = "src/lib.rs"

[[bin]]
name = "regen_basemaps"
path = "tools/regen_basemaps.rs"
required-features = ["regen-basemaps"]

[[example]]
name = "annotated"
path = "examples/annotated.rs"

[[example]]
name = "bar_grouped"
path = "examples/bar_grouped.rs"

[[example]]
name = "bode"
path = "examples/bode.rs"

[[example]]
name = "boxplot"
path = "examples/boxplot.rs"

[[example]]
name = "contour"
path = "examples/contour.rs"

[[example]]
name = "damped_oscillation"
path = "examples/damped_oscillation.rs"

[[example]]
name = "errorbar"
path = "examples/errorbar.rs"

[[example]]
name = "gen_hero_svgs"
path = "examples/gen_hero_svgs.rs"

[[example]]
name = "heatmap"
path = "examples/heatmap.rs"

[[example]]
name = "heatmap_colorbar"
path = "examples/heatmap_colorbar.rs"

[[example]]
name = "histogram"
path = "examples/histogram.rs"

[[example]]
name = "histogram_cmf"
path = "examples/histogram_cmf.rs"

[[example]]
name = "mercator"
path = "examples/mercator.rs"

[[example]]
name = "moon_map"
path = "examples/moon_map.rs"

[[example]]
name = "panels"
path = "examples/panels.rs"

[[example]]
name = "polar"
path = "examples/polar.rs"

[[example]]
name = "polygon"
path = "examples/polygon.rs"

[[example]]
name = "qq_plot"
path = "examples/qq_plot.rs"

[[example]]
name = "quiver"
path = "examples/quiver.rs"

[[example]]
name = "scatter"
path = "examples/scatter.rs"

[[example]]
name = "show_demo"
path = "examples/show_demo.rs"
required-features = ["gui"]

[[example]]
name = "smith"
path = "examples/smith.rs"

[[example]]
name = "stem"
path = "examples/stem.rs"

[[example]]
name = "world_map"
path = "examples/world_map.rs"

[[test]]
name = "render"
path = "tests/render.rs"

[dependencies.resvg]
version = "0.45"
features = [
    "text",
    "system-fonts",
]
optional = true
default-features = false

[dependencies.tao]
version = "0.35"
optional = true

[dependencies.tiny-skia]
version = "0.11"
optional = true

[dependencies.wry]
version = "0.55"
optional = true