# 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" name = "gchemol-geometry" version = "0.1.1" authors = ["Wenping Guo "] exclude = [ "bin/*", "docs/*", "ltxpng/*", "data/*", ] description = "gchemol: a Graph-based CHEMical Objects Library" homepage = "https://github.com/gchemol/gchemol-geometry" license = "GPL-3.0" repository = "https://github.com/gchemol/gchemol-geometry" resolver = "1" [dependencies.gut] version = "0.4" package = "gchemol-gut" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.vecfx] version = "0.1.2" features = ["nalgebra"] [dev-dependencies.tempfile] version = "3.3" [features] adhoc = []