eulumdat 0.7.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.7.0"
authors = ["Holger Trahe <trahe@mac.com>"]
build = false
exclude = [
    "examples/wasm_benchmark.rs",
    "benches/native_benchmark.rs",
]
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 = [
    "xml",
    "json",
]
i18n = ["dep:eulumdat-i18n"]
json = [
    "dep:serde_json",
    "dep:serde",
]
serde = ["dep:serde"]
xml = ["dep:quick-xml"]

[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"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.quick-xml]
version = "0.37"
features = ["serialize"]
optional = true

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

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "1.0"

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