pdbtbx 0.11.0

A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files.
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"
[dependencies.doc-cfg]
version = "0.1"

[dependencies.flate2]
optional = true
version = "1.0"

[dependencies.indexmap]
version = "2.0"

[dependencies.rayon]
optional = true
version = "1"

[dependencies.rstar]
optional = true
version = "0.11"

[dependencies.serde]
features = ["derive"]
optional = true
version = "~1.0"
[dev-dependencies.serde_json]
version = "~1.0"

[features]
compression = ["flate2"]
default = ["rayon", "rstar", "serde", "compression"]
unstable-doc-cfg = []

[package]
authors = ["Douwe Schulte <d.schulte@uu.nl>"]
categories = ["parser-implementations", "science"]
description = "A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files."
edition = "2021"
include = ["src/**/*", "LICENSE", "README.md"]
keywords = ["pdb", "crystal", "protein", "mmcif", "bio"]
license = "MIT"
name = "pdbtbx"
readme = "README.md"
repository = "https://github.com/douweschulte/pdbtbx"
rust-version = "1.56"
version = "0.11.0"
[package.metadata.docs.rs]
all-features = true
[profile.dev]
opt-level = 3