# 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 = "gosh-model" version = "0.2.1" authors = ["Wenping Guo "] description = "Chemical model for gosh" homepage = "https://github.com/gosh-rs/gosh-model" license = "MIT OR Apache-2.0" repository = "https://github.com/gosh-rs/gosh-model" resolver = "1" [dependencies.bstr] version = "0.2" [dependencies.duct] version = "0.13" [dependencies.edip] version = "0.1" [dependencies.envfile] version = "0.2" [dependencies.envy] version = "0.4" [dependencies.gosh-core] version = "0.2.0" features = ["adhoc"] [dependencies.nix] version = "0.20" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.0" [features] adhoc = []