[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"
[package]
authors = ["Douwe Schulte <d.schulte@uu.nl>"]
categories = ["parser-implementations", "science"]
description = "A library to open/edit/save (crystallographic) Protein Data Bank (PDB) files."
edition = "2018"
include = ["src/**/*", "LICENSE", "README.md"]
keywords = ["pdb", "crystal", "protein", "pdb-parser"]
license = "MIT"
name = "pdbtbx"
readme = "README.md"
repository = "https://github.com/nonnominandus/pdbtbx"
version = "0.3.2"
[profile.dev]
opt-level = 3