revrt 0.1.2

A library for optimizing transmission infrastructure for electrical grid.
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 = "2024"
rust-version = "1.87.0"
name = "revrt"
version = "0.1.2"
authors = [
    "Guilherme Castelão <gpimenta@nlr.gov>",
    "Paul Pinchuk <Pavlo.Pinchuk@nlr.gov>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for optimizing transmission infrastructure for electrical grid."
readme = false
keywords = [
    "NRL",
    "routing",
    "transmission",
    "reV",
    "reVX",
]
categories = ["simulation"]
license = "BSD-3-Clause"
repository = "https://github.com/NatLabRockies/reVRt"

[lib]
name = "revrt"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[[bench]]
name = "standard"
path = "benches/standard.rs"
harness = false

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.ndarray]
version = "0.16.1"
features = ["rayon"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.object_store]
version = "0.12.5"

[dependencies.pathfinding]
version = "4.14.0"

[dependencies.pyo3]
version = "0.28.2"
features = [
    "abi3-py311",
    "extension-module",
    "macros",
    "chrono",
    "chrono-tz",
]

[dependencies.rand]
version = "0.10.0"

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1.49.0"
features = [
    "fs",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "fmt",
]
default-features = true

[dependencies.zarrs]
version = "0.22.10"
features = [
    "async",
    "filesystem",
]

[dependencies.zarrs_object_store]
version = "0.5.0"
features = ["fs"]

[dev-dependencies.criterion]
version = "0.8.1"
features = ["html_reports"]

[dev-dependencies.test-case]
version = "3.3.1"

[build-dependencies.pyo3-build-config]
version = "0.28.2"

[lints.rust]