eulumdat-photweb 0.7.0

Photometric web representation, sampling, and 3D mesh generation for EULUMDAT/IES lighting data
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 = "2021"
rust-version = "1.70"
name = "eulumdat-photweb"
version = "0.7.0"
authors = ["Holger Trahe <trahe@mac.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Photometric web representation, sampling, and 3D mesh generation for EULUMDAT/IES lighting data"
homepage = "https://eulumdat.icu"
documentation = "https://docs.rs/eulumdat-photweb"
readme = "README.md"
keywords = [
    "eulumdat",
    "ies",
    "photometric",
    "lighting",
    "3d-mesh",
]
categories = [
    "science",
    "graphics",
    "rendering",
    "visualization",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/holg/eulumdat-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.eulumdat]
version = "0.7.0"

[dev-dependencies.approx]
version = "0.5"