[package] name = "wavecar_rs" version = "0.1.0" authors = ["Ionizing "] edition = "2018" license = "Apache-2.0" description = "A lib to manipulate VASP's WAVECAR" homepage = "https://github.com/Ionizing/wavecar_rs" repository = "https://github.com/Ionizing/Wavecar_rs" readme = "README.md" exclude = ["tests/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.3" ndarray = {version = "0.13.1", features = ["rayon", "approx"]} ndarray-linalg = {version = "0.12.1", features = ["openblas"]} fftw = "0.6.2" vasp-poscar = "0.3.2" num = "0.2.0" rayon = "1.3.1" vaspchg_rs = "0.1.1" log = "0.4.11"