map2fig 0.7.6

Fast, publication-quality HEALPix sky map visualization in Rust
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 = "map2fig"
version = "0.7.6"
authors = ["Duncan Watts"]
build = "build.rs"
exclude = [
    "docs/",
    "examples/outputs/",
    "examples/output/",
    "perf.data",
    "perf.data.old",
    "target/",
    "test*.png",
    "smoke.png",
    "out*.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, publication-quality HEALPix sky map visualization in Rust"
homepage = "https://github.com/dncnwtts/map2fig"
documentation = "https://docs.rs/map2fig"
readme = "README.md"
keywords = [
    "healpix",
    "astronomy",
    "visualization",
    "mollweide",
    "fits",
]
categories = [
    "science",
    "visualization",
]
license = "MIT"
repository = "https://github.com/dncnwtts/map2fig"

[package.metadata.cargo-machete]
ignored = [
    "cdshealpix",
    "libm",
]

[features]
debug_overlay = []
nightly_simd = []
simd = []
uncompressed-pdf = []

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

[[bin]]
name = "map2fig"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "checkerboard_comparison"
path = "benches/checkerboard_comparison.rs"

[[bench]]
name = "criterion_benchmarks"
path = "benches/criterion_benchmarks.rs"
harness = false

[[bench]]
name = "divan_benchmarks"
path = "benches/divan_benchmarks.rs"
harness = false

[[bench]]
name = "fits_type_optimization"
path = "benches/fits_type_optimization.rs"

[dependencies.ab_glyph]
version = "0.2"

[dependencies.cairo-rs]
version = "0.21"
features = ["pdf"]

[dependencies.cdshealpix]
version = "0.9"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.directories]
version = "6"

[dependencies.fitsrs]
version = "0.4"

[dependencies.image]
version = "0.25"

[dependencies.imageproc]
version = "0.26"

[dependencies.libc]
version = "0.2"

[dependencies.libm]
version = "0.2"

[dependencies.lru]
version = "0.12"

[dependencies.memmap2]
version = "0.9"

[dependencies.once_cell]
version = "1.20"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.10"

[dependencies.rayon]
version = "1.8"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.wide]
version = "1.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.divan]
version = "0.1"

[dev-dependencies.proptest]
version = "1.4"

[profile.dev]
debug = 0
strip = "debuginfo"

[profile.dev.build-override]
opt-level = 2

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
debug = 2
panic = "abort"
strip = false

[profile.release.build-override]
opt-level = 3

[profile.release-fast]
opt-level = 2
lto = "thin"
codegen-units = 16
inherits = "release"
strip = true