# 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 = "2018" name = "lib3dmol" version = "0.4.0" authors = ["NOEL Philippe ", "BRESSO Emmanuel "] include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md"] description = "Lib3dmol is a library written in rust to read, manipulate, select atoms in protein structure files" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.inria.fr/capsid.crates/lib3dmol" [lib] name = "lib3dmol" path = "src/lib.rs" [[bin]] name = "pdbparser" path = "src/main.rs" [dependencies.lazy_static] version = "1.3.0"