eightyseven 0.2.0-alpha

Read and write gro files, pretty quickly.
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 = "2021"
rust-version = "1.76"
name = "eightyseven"
version = "0.2.0-alpha"
authors = ["Marieke Westendorp <ma3ke.cyber@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read and write gro files, pretty quickly."
readme = "README.md"
keywords = [
    "molecular-dynamics",
    "gromacs",
    "gro",
]
categories = [
    "science",
    "parser-implementations",
]
license = "MIT"
repository = "https://git.sr.ht/~ma3ke/eightyseven"

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

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

[dependencies.arraystring]
version = "0.3.0"

[dependencies.rayon]
version = "1.10.0"

[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.glam]
version = "0.25.0"
features = ["approx"]