sdecay 0.1.0

Bindings for SandiaDecay C++ library, used to compute nuclide mixtures
Documentation
[dependencies.paste]
version = "1.0.15"

[dependencies.pathsep]
version = "0.1"

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

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

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

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

[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"

[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"

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

[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"]