[dependencies.chrono]
version = "0.4.38"
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.7"
[dependencies.lcax_core]
version = ">=3.0.0-beta.1"
[dependencies.pyo3]
features = ["abi3-py310"]
optional = true
version = "0.24"
[dependencies.schemars]
features = ["chrono"]
version = "0.8.21"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.strum]
optional = true
version = "0.27.2"
[dependencies.strum_macros]
optional = true
version = "0.27.2"
[dependencies.tsify-next]
optional = true
version = "0.5.5"
[dependencies.uuid]
features = ["v4", "v5"]
version = "1.8.0"
[dependencies.wasm-bindgen]
optional = true
version = "0.2.100"
[dependencies.wee_alloc]
optional = true
version = "0.4.5"
[features]
default = ["wee_alloc"]
jsbindings = ["wasm-bindgen", "console_error_panic_hook", "tsify-next", "strum", "strum_macros"]
pybindings = ["pyo3", "pyo3/extension-module"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "lcax_models"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)"]
level = "warn"
priority = 0
[package]
authors = ["Christian Kongsgaard <christian@kongsgaard.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "LCAx is an open, machine and human-readable data format for exchanging LCA results."
documentation = "https://lcax.kongsgaard.eu"
edition = "2021"
homepage = "https://lcax.kongsgaard.eu"
license-file = "LICENSE"
name = "lcax_models"
readme = "README.md"
repository = "https://github.com/ocni-dtu/lcax"
version = "3.2.0"
[[test]]
name = "test_epd"
path = "tests/test_epd.rs"
[[test]]
name = "test_project"
path = "tests/test_project.rs"
[[test]]
name = "test_techflow"
path = "tests/test_techflow.rs"