lcax_validation 3.2.0

LCAx is an open, machine and human-readable data format for exchanging LCA results.
Documentation
[[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.lcax_models]
version = ">=3.0.0-beta.3"

[dependencies.log]
version = "0.4.27"

[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.valitron]
features = ["full"]
version = "0.5.6"

[dependencies.wasm-bindgen]
optional = true
version = "0.2.100"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.serde_yml]
version = "0.0.12"

[features]
default = []
jsbindings = ["wasm-bindgen", "serde-wasm-bindgen", "console_error_panic_hook", "tsify-next", "lcax_models/jsbindings"]
pybindings = ["pyo3", "pyo3/extension-module", "lcax_models/pybindings"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "lcax_validation"
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_validation"
readme = "README.md"
repository = "https://github.com/ocni-dtu/lcax"
version = "3.2.0"

[[test]]
name = "test_rules"
path = "tests/test_rules.rs"

[[test]]
name = "test_validate"
path = "tests/test_validate.rs"