elements_rs 0.1.4

A comprehensive library for chemical elements and their isotopes with rich metadata
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 = "2024"
name = "elements_rs"
version = "0.1.4"
authors = ["Earth Metabolome Initiative"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive library for chemical elements and their isotopes with rich metadata"
readme = "README.md"
keywords = [
    "chemistry",
    "periodic-table",
    "elements",
    "isotopes",
    "science",
]
categories = [
    "science",
    "database",
]
license = "GPL-3.0"
repository = "https://github.com/earth-metabolome-initiative/elements-rs"

[features]
arbitrary = ["dep:arbitrary"]
default = ["serde"]
serde = ["dep:serde"]

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

[dependencies.arbitrary]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.strum_macros]
version = "0.27.2"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.rand]
version = "0.9.2"

[lints.clippy]
clone_on_copy = "forbid"
doc_markdown = "allow"
missing_panics_doc = "allow"
new_ret_no_self = "allow"
should_panic_without_expect = "allow"
struct_excessive_bools = "allow"
unreadable_literal = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
deprecated = "deny"
missing_docs = "forbid"
unconditional_recursion = "forbid"
unreachable_patterns = "forbid"
unused_import_braces = "forbid"
unused_macro_rules = "forbid"
unused_must_use = "forbid"

[lints.rustdoc]
bare_urls = "forbid"
broken_intra_doc_links = "forbid"
invalid_codeblock_attributes = "forbid"
invalid_html_tags = "forbid"
invalid_rust_codeblocks = "forbid"
missing_crate_level_docs = "forbid"
redundant_explicit_links = "forbid"
unescaped_backticks = "forbid"