sdecay 0.2.0

Bindings for SandiaDecay C++ library, used to compute nuclide mixtures
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 = "sdecay"
version = "0.2.0"
authors = [
    "Diachenko Artem",
    "Artem artemdiachenko09@gmail.com",
]
build = false
include = [
    "COPYING",
    "COPYING.LESSER",
    "README.md",
    "BUILDING.md",
    "FEATURES.md",
    "SAFETY.md",
    "katex.html",
    "doc-theme.css",
    "src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for SandiaDecay C++ library, used to compute nuclide mixtures"
readme = "README.md"
keywords = [
    "physics",
    "atom",
    "isotope",
    "nuclear-physics",
]
categories = []
license = "LGPL-3.0-or-later"
repository = "https://github.com/Dzuchun/sdecay"

[package.metadata.cargo-all-features]
always_include_features = [
    "database",
    "database-min",
    "database-nocoinc-min",
]
denylist = ["git"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--html-in-header",
    "katex.html",
    "--extend-css",
    "doc-theme.css",
]

[features]
alloc = []
database = ["sdecay-sys/database"]
database-min = ["sdecay-sys/database-min"]
database-nocoinc-min = ["sdecay-sys/database-nocoinc-min"]
default = ["std"]
git = ["sdecay-sys/git"]
std = [
    "alloc",
    "thiserror/std",
]

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

[dependencies.paste]
version = "1.0.15"

[dependencies.pathsep]
version = "0.1"

[dependencies.sdecay-nolt]
version = "0.2.0"

[dependencies.sdecay-sys]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0.12"
default-features = false

[dev-dependencies.approx]
version = "0.5.1"
default-features = false

[lints.clippy]
module_name_repetitions = "allow"

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
pub_use_of_private_extern_crate = "deny"
unnameable_types = "deny"
unreachable_pub = "deny"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rustdoc]
broken_intra_doc_links = "forbid"