# 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.56" name = "pdbtbx" version = "0.11.0" authors = ["Douwe Schulte "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files." readme = "README.md" keywords = [ "pdb", "crystal", "protein", "mmcif", "bio", ] categories = [ "parser-implementations", "science", ] license = "MIT" repository = "https://github.com/douweschulte/pdbtbx" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 3 [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.doc-cfg] version = "0.1" [dependencies.flate2] version = "1.0" optional = true [dependencies.indexmap] version = "2.0" [dependencies.rayon] version = "1" optional = true [dependencies.rstar] version = "0.11" optional = true [dependencies.serde] version = "~1.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "~1.0" [features] compression = ["flate2"] default = [ "rayon", "rstar", "serde", "compression", ] unstable-doc-cfg = []