eulumdat 0.5.0

Eulumdat (LDT) and IES photometric file parser, writer, and validator for 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 = "2021"
name = "eulumdat"
version = "0.5.0"
authors = ["Holger Trahe <trahe@mac.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Eulumdat (LDT) and IES photometric file parser, writer, and validator for Rust"
homepage = "https://github.com/holg/eulumdat-rs"
documentation = "https://docs.rs/eulumdat"
readme = "README.md"
keywords = [
    "lighting",
    "photometry",
    "ldt",
    "ies",
    "eulumdat",
]
categories = [
    "parser-implementations",
    "science",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/holg/eulumdat-rs"

[features]
default = []
i18n = ["dep:eulumdat-i18n"]
serde = ["dep:serde"]

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.eulumdat-i18n]
version = "0.5.0"
optional = true

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

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