lib3dmol 0.3.2

Lib3dmol is a library written in rust to read, manipulate, select atoms in protein structure files
Documentation
[package]
name = "lib3dmol"
version = "0.3.2"
authors = ["NOEL Philippe <philippe.noel@tutanota.com>", "BRESSO Emmanuel <emmanuel.bresso@loria.fr>"]
description = "Lib3dmol is a library written in rust to read, manipulate, select atoms in protein structure files"
license = "Apache-2.0"
readme = "README.md"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md"]
repository = "https://gitlab.inria.fr/capsid.crates/lib3dmol"

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

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

[dependencies]
lazy_static="1.3.0"