# 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" rust-version = "1.74" name = "chemical-formula" version = "0.1.0" authors = ["Ameyanagi "] include = [ "**/*.rs", "**/*.pest", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "COPYRIGHT.md", "LICENSE-*", "README.md", "SECURITY.md", ] publish = true description = "Chemical formula parser that can handle wt% and nested structure" homepage = "https://github.com/Ameyanagi/chemical-formula-rs/tree/v0.1.0" documentation = "https://docs.rs/Ameyanagi/chemical-formula/0.1.0" readme = "README.md" keywords = [ "chemisty", "parser", ] categories = [ "Science", "Parsing Tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ameyanagi/chemical-formula-rs" resolver = "2" [dependencies.approx] version = "0.5.1" [dependencies.once_cell] version = "1.19.0" [dependencies.pest] version = "2.7.7" [dependencies.pest_derive] version = "2.7.7" [badges.is-it-maintained-issue-resolution] repository = "Ameyanagi/chemical-formula-rs" [badges.is-it-maintained-open-issues] repository = "Ameyanagi/chemical-formula-rs" [badges.maintenance] status = "experimental"