chem-parse 0.3.0

A parser for simple chemical forumulas.
Documentation
# 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 = "chem-parse"
version = "0.3.0"
authors = ["Allan Jacobs"]
description = "A parser for simple chemical forumulas."
readme = "README.md"
keywords = [
    "chemistry",
    "parser",
]
license = "MIT"
repository = "https://github.com/Allan-Jacobs/rust-chemistry-parser"
resolver = "2"

[lib]
name = "chem_parse"
path = "src/lib.rs"

[dev-dependencies.rusty-hook]
version = "^0.11.2"