# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wavecar_rs" version = "0.1.0" authors = ["Ionizing "] exclude = ["tests/*"] description = "A lib to manipulate VASP's WAVECAR" homepage = "https://github.com/Ionizing/wavecar_rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Ionizing/Wavecar_rs" [dependencies.byteorder] version = "1.3" [dependencies.fftw] version = "0.6.2" [dependencies.log] version = "0.4.11" [dependencies.ndarray] version = "0.13.1" features = ["rayon", "approx"] [dependencies.ndarray-linalg] version = "0.12.1" features = ["openblas"] [dependencies.num] version = "0.2.0" [dependencies.rayon] version = "1.3.1" [dependencies.vasp-poscar] version = "0.3.2" [dependencies.vaspchg_rs] version = "0.1.1"