# 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 = "routee-compass-py" version = "0.8.0" description = "Python bindings to the RouteE-Compass energy-aware routing engine" homepage = "https://nrel.github.io/routee-compass" documentation = "https://docs.rs/routee-compass" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/NREL/routee-compass" [lib] name = "routee_compass_py" crate-type = ["cdylib"] [dependencies.config] version = "0.14" [dependencies.pyo3] version = "0.21.0" features = [ "extension-module", "serde", ] [dependencies.routee-compass] version = "0.8.0" [dependencies.routee-compass-core] version = "0.8.0" [dependencies.routee-compass-macros] version = "0.8.0" [dependencies.serde_json] version = "1.0"