# 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_models" version = "2.6.1" authors = ["Christian Kongsgaard "] build = 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" [lib] name = "lcax_models" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[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" [dependencies.chrono] version = "0.4.38" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.lcax_core] version = ">2.0.0" [dependencies.pyo3] version = "0.22.3" features = ["abi3-py310"] optional = true [dependencies.schemars] version = "0.8.19" features = ["chrono"] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tsify] version = "0.4.5" optional = true [dependencies.uuid] version = "1.8.0" features = [ "v4", "v5", ] [dependencies.wasm-bindgen] version = "0.2.92" optional = true [dependencies.wee_alloc] version = "0.4.5" optional = true [features] default = ["wee_alloc"] jsbindings = [ "wasm-bindgen", "console_error_panic_hook", "tsify", ] pybindings = [ "pyo3", "pyo3/extension-module", ]