lcax 3.4.1

LCAx is an open, machine and human-readable data format for exchanging LCA results.
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 = "lcax"
version = "3.4.1"
authors = ["Christian Kongsgaard <christian@kongsgaard.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LCAx is an open, machine and human-readable data format for exchanging LCA results."
homepage = "https://lcax.kongsgaard.eu"
documentation = "https://lcax.kongsgaard.eu"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ocni-dtu/lcax"

[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]
name = "lcax"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "export-schema"
path = "src/bin/schemars.rs"
test = false
bench = false

[dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[dependencies.getrandom]
version = "0.2"
features = ["js"]
optional = true

[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]
version = "0.24"
features = [
    "abi3-py310",
    "chrono",
]
optional = true

[dependencies.schemars]
version = "0.8.21"
features = ["chrono"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tsify-next]
version = "0.5.5"
optional = true

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

[dependencies.wee_alloc]
version = "0.4.5"
optional = true

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)"]