bader 0.5.0

Multi-threaded Bader Charge Analysis
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"
rust-version = "1.85"
name = "bader"
version = "0.5.0"
authors = ["Adam Kerrigan <ak1014@york.ac.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-threaded Bader Charge Analysis"
readme = "README.md"
keywords = [
    "Analysis",
    "Materials_Science",
    "Physics",
    "Chemistry",
    "Multi-Threading",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/adam-kerrigan/bader-rs"

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

[[bin]]
name = "bca"
path = "src/bin/bca.rs"

[[test]]
name = "cube"
path = "tests/cube.rs"

[[test]]
name = "vasp"
path = "tests/vasp.rs"

[profile.release]
lto = true
codegen-units = 1
strip = true