# 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 = "dess-examples" version = "0.1.1" authors = [ "Chad Baker, Lead Developer", "Robin Steuteville, Developer", "Nick Reinicke, Developer", ] description = "DESS examples" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/NREL/de-system-solver" resolver = "1" [dependencies.anyhow] version = "1.0.57" [dependencies.dess] version = "0.1.0" [dependencies.eng_fmt] version = "0.1.0" [dependencies.pyo3] version = "0.18.1" features = [ "extension-module", "anyhow", ] optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.serde_yaml] version = "0.9.17" [features] pyo3 = [ "dep:pyo3", "dess/pyo3", ]