molio 0.4.0

A library for reading chemical file formats
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 = "molio"
version = "0.4.0"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/README*",
    "/LICENSE*",
    "!/src/tests-data/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for reading chemical file formats"
readme = "README.md"
keywords = [
    "chemistry",
    "parser",
]
categories = [
    "text-processing",
    "science",
    "parser-implementations",
]
license = "BSD-3-Clause"
repository = "https://github.com/chem-william/molio"

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

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

[dependencies.assert_approx_eq]
version = "1.1.0"

[dependencies.log]
version = "0.4.29"

[dependencies.nalgebra]
version = "0.34.2"

[dependencies.netcdf3]
version = "0.6.0"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tng-rs]
version = "0.2.1"

[dependencies.yowl]
version = "0.4.0"

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

[lints.clippy]
inefficient_to_string = "warn"
map_unwrap_or = "warn"
single_char_pattern = "warn"
uninlined_format_args = "warn"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"