eulumdat 0.2.2

Eulumdat (LDT) and IES photometric file parser, writer, and validator for Rust
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

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

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

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

[features]
default = []
serde = ["dep:serde"]

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

[package]
authors = ["Holger Trahe <trahe@mac.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "science"]
description = "Eulumdat (LDT) and IES photometric file parser, writer, and validator for Rust"
documentation = "https://docs.rs/eulumdat"
edition = "2021"
homepage = "https://github.com/holg/eulumdat-rs"
keywords = ["lighting", "photometry", "ldt", "ies", "eulumdat"]
license = "MIT OR Apache-2.0"
name = "eulumdat"
readme = "README.md"
repository = "https://github.com/holg/eulumdat-rs"
version = "0.2.2"

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