# 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" version = "0.1.7" authors = ["Wenping Guo "] exclude = [ "bin/*", "docs/*", "ltxpng/*", "data/*", ] description = "gchemol: a Graph-based CHEMical Objects Library" homepage = "https://github.com/gchemol/gchemol" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/gchemol/gchemol" resolver = "1" [dependencies.gchemol-core] version = "0.1.5" [dependencies.gchemol-geometry] version = "0.1.1" [dependencies.gchemol-gut] version = "0.4" [dependencies.gchemol-readwrite] version = "0.1.10" [dependencies.uom] version = "0.33.0" [dev-dependencies.tempfile] version = "3" [dev-dependencies.vecfx] version = "0.1.2" [features] adhoc = [ "gchemol-core/adhoc", "gchemol-geometry/adhoc", "gchemol-readwrite/adhoc", ]