[package]
edition = "2024"
name = "ckpath"
version = "0.1.0"
authors = ["Jusong Yu <jusong.d.yu@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seek and visualize k-vector coefficients. Obtain band paths in the Brillouin zone."
homepage = "https://codeberg.org/jyu/ckpath"
readme = "README.md"
keywords = [
"science",
"crystar",
"material",
"molecule",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/jyu/ckpath"
[lib]
name = "ckpath"
path = "src/lib.rs"
[[bin]]
name = "ckpath"
path = "src/main.rs"
[dependencies.ccmat]
version = "0.1.0"
[dependencies.moyo]
version = "0.7.1"