[[bin]]
bench = false
name = "export-schema"
path = "src/bin/schemars.rs"
test = false
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.7"
[dependencies.getrandom]
features = ["js"]
optional = true
version = "0.2"
[dependencies.lcax_calculation]
version = ">=3.0.0-beta.1"
[dependencies.lcax_convert]
version = ">=3.0.0-beta.1"
[dependencies.lcax_core]
version = ">=3.0.0-beta.1"
[dependencies.lcax_models]
version = ">=3.0.0-beta.1"
[dependencies.lcax_validation]
version = ">=3.0.0-beta.1"
[dependencies.pyo3]
features = ["abi3-py310", "chrono"]
optional = true
version = "0.24"
[dependencies.schemars]
features = ["chrono"]
version = "0.8.21"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde-wasm-bindgen]
optional = true
version = "0.6.5"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tsify-next]
optional = true
version = "0.5.5"
[dependencies.wasm-bindgen]
optional = true
version = "0.2.100"
[dependencies.wee_alloc]
optional = true
version = "0.4.5"
[features]
default = []
jsbindings = ["wee_alloc", "wasm-bindgen", "serde-wasm-bindgen", "console_error_panic_hook", "tsify-next", "getrandom", "lcax_models/jsbindings", "lcax_core/jsbindings", "lcax_convert/jsbindings", "lcax_validation/jsbindings", "lcax_calculation/jsbindings"]
pybindings = ["pyo3", "pyo3/extension-module", "lcax_models/pybindings", "lcax_core/pybindings", "lcax_convert/pybindings", "lcax_validation/pybindings", "lcax_calculation/pybindings"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "lcax"
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"
readme = "README.md"
repository = "https://github.com/ocni-dtu/lcax"
version = "3.3.0"