gldf_rs_python 0.3.4

Python bindings for GLDF (General Lighting Data Format) parser - parse and manipulate GLDF files in Python
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 = "gldf_rs_python"
version = "0.3.4"
authors = ["Holger Trahe <trahe@mac.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for GLDF (General Lighting Data Format) parser - parse and manipulate GLDF files in Python"
homepage = "https://github.com/holg/gldf-rs"
documentation = "https://docs.rs/gldf-rs/"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/holg/gldf-rs"

[features]
extension-module = ["pyo3/extension-module"]

[lib]
name = "gldf_rs_python"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.gldf-rs]
version = "0.3.4"
features = ["eulumdat"]
default-features = false

[dependencies.pyo3]
version = "0.24"
features = [
    "extension-module",
    "abi3-py38",
]

[build-dependencies.pyo3-build-config]
version = "0.24"

[build-dependencies.version_check]
version = "0.9"