gldf_rs_php 0.2.0

GLDF (General Lighting Data Format) parser and writer for Rust, specifically for the Rust/WASM target as such designed for JSON format
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_php"
version = "0.2.0"
authors = ["Holger Trahe<trahe@mac.com>"]
description = "GLDF (General Lighting Data Format) parser and writer for Rust, specifically for the Rust/WASM target as such designed for JSON format"
homepage = "https://github.com/holg/gldf-rs"
documentation = "https://docs.rs/gldf-rs/"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/holg/gldf-rs"

[lib]
crate-type = [
    "lib",
    "cdylib",
]

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

[dependencies.phper]
version = "0.12.0"