plexos2duckdb 0.1.3

A tool to convert PLEXOS Solution files to a DuckDB database.
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"
name = "plexos2duckdb"
version = "0.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to convert PLEXOS Solution files to a DuckDB database."
homepage = "https://github.com/epri-dev/plexos2duckdb"
documentation = "https://github.com/epri-dev/plexos2duckdb"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/epri-dev/plexos2duckdb"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "plexos2duckdb"
path = "src/lib.rs"

[[bin]]
name = "plexos2duckdb"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
version = "4.5.50"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.dateparser]
version = "0.2.1"

[dependencies.duckdb]
version = "1.2.2"
features = [
    "bundled",
    "chrono",
]

[dependencies.indexmap]
version = "2.12.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.memmap2]
version = "0.9.9"

[dependencies.regex]
version = "1.11.1"

[dependencies.roxmltree]
version = "0.21.1"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.zip]
version = "6.0.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[build-dependencies.vergen-gitcl]
version = "1.0.8"
features = [
    "build",
    "cargo",
    "rustc",
    "si",
]

[profile.release]
opt-level = "z"
lto = "thin"
codegen-units = 1
debug = "line-tables-only"