gldf_rs_python 0.3.1

Python Module of the GLDF (General Lighting Data Format) parser and writer for Rust, specifically for the Rust/WASM target as such designed for JSON format
Documentation
[build-dependencies.pyo3-build-config]
version = "0.22"

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

[dependencies.gldf-rs]
version = "0.3.1"

[dependencies.pyo3]
features = ["extension-module", "abi3-py37"]
version = "0.22"

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

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

[package]
authors = ["Holger Trahe <trahe@mac.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Python Module of the GLDF (General Lighting Data Format) parser and writer for Rust, specifically for the Rust/WASM target as such designed for JSON format"
documentation = "https://docs.rs/gldf-rs/"
edition = "2021"
homepage = "https://github.com/holg/gldf-rs-python"
license = "GPL-3.0-or-later"
name = "gldf_rs_python"
readme = "README.md"
repository = "https://github.com/holg/gldf-rs-python"
version = "0.3.1"