[build-dependencies.cc]
version = "1.2.27"
[dependencies.sandia-decay-database]
optional = true
version = "0.2.0"
[dependencies.sandia-decay-database-min]
optional = true
version = "0.2.0"
[dependencies.sandia-decay-database-nocoinc-min]
optional = true
version = "0.2.0"
[features]
database = ["dep:sandia-decay-database"]
database-min = ["dep:sandia-decay-database-min"]
database-nocoinc-min = ["dep:sandia-decay-database-nocoinc-min"]
default = []
git = []
[lib]
name = "sdecay_sys"
path = "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 = "build.rs"
categories = ["external-ffi-bindings", "no-std"]
description = "Bindings to SandiaDecay C++ library along with some helper functions"
edition = "2024"
include = ["COPYING", "COPYING.LESSER", "vendor/3rdparty/rapidxml/license.txt", "vendor/LICENSE.txt", "README.md", "BUILDING.md", "katex.html", "doc-theme.css", "vendor/3rdparty/rapidxml/*.hpp", "vendor/SandiaDecay.cpp", "vendor/SandiaDecay.h", "wrapper.cc", "wrapper.hpp", "build.rs", "bindings.rs", "lib.rs"]
keywords = ["bindings", "physics", "atom", "isotope", "nuclear-physics"]
license = "LGPL-3.0-or-later"
links = "SandiaDecay"
name = "sdecay-sys"
readme = "README.md"
repository = "https://github.com/Dzuchun/sdecay"
version = "0.2.0+cd75314"
[package.metadata.cargo-all-features]
always_include_features = ["database", "database-min", "database-nocoinc-min"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--html-in-header", "katex.html", "--extend-css", "doc-theme.css"]