# 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 = "2018" name = "epdx" version = "1.2.2" authors = ["Christian Kongsgaard "] description = "EPDx is a library for parsing EPD files into a common exchange format." homepage = "https://epdx.kongsgaard.eu" documentation = "https://epdx.kongsgaard.eu" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ocni-dtu/epdx" [profile.release] opt-level = "s" [lib] name = "epdx" crate-type = [ "cdylib", "rlib", ] [[bin]] name = "export-schema" path = "src/schemars.rs" test = false bench = false [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.pkg-version] version = "1.0.0" [dependencies.pyo3] version = "0.20.2" features = ["abi3-py310"] optional = true [dependencies.schemars] version = "0.8.16" features = ["chrono"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" optional = true [dependencies.serde_json] version = "1.0.111" [dependencies.tsify] version = "0.4.5" optional = true [dependencies.wasm-bindgen] version = "0.2.90" optional = true [dependencies.wee_alloc] version = "0.4.5" optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3.40" [features] default = ["wee_alloc"] jsbindings = [ "wasm-bindgen", "serde-wasm-bindgen", "console_error_panic_hook", "tsify", ] pybindings = [ "pyo3", "pyo3/extension-module", ]