# 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 = "2018" name = "gldf_rs_python" version = "0.2.0" authors = ["Holger Trahe "] 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" homepage = "https://github.com/holg/gldf-rs-python" documentation = "https://docs.rs/gldf-rs/" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/holg/gldf-rs-python" [lib] name = "gldf_rs_python" crate-type = [ "cdylib", "rlib", ] [dependencies.gldf-rs] version = "0.2" [dependencies.openssl] version = "0.10.57" features = ["vendored"] [dependencies.pyo3] version = "0.19" features = [ "extension-module", "abi3-py37", ] [build-dependencies.pyo3-build-config] version = "0.19.2" [build-dependencies.version_check] version = "0.9.4" [features] extension-module = ["pyo3/extension-module"] [target.aarch64-apple-darwin] [target.x86_64-apple-darwin] [target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-musl]