[package] name = "lib3dmol" version = "0.4.0" authors = ["NOEL Philippe ", "BRESSO Emmanuel "] 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"