# 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 = "stoichkit" version = "0.6.0" authors = ["Tyler M. Kontra"] description = "A stoichiometry toolkit" readme = "README.md" keywords = ["chemistry", "stoichiometry", "science"] categories = ["science", "command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/ttymck/stoichkit" resolver = "2" [lib] name = "stoichkit" path = "src/lib.rs" [[bin]] name = "stoichkit" path = "src/bin.rs" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.env_logger] version = "0.7.1" [dependencies.itertools] version = "0.9.0" [dependencies.log] version = "0.4.11" [dependencies.nalgebra] version = "0.21.1" [dependencies.nom] version = "7.0.0" [dependencies.num] version = "0.3.0" [dependencies.periodic-table-on-an-enum] version = "0.3.2" [dependencies.rug] version = "1.9.0" features = ["integer", "rational"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.libmath] version = "0.2.1"