[package] name = "velvet-convert" version = "0.1.2" authors = ["Seaton Ullberg "] description = "Convert external file formats into Velvet data structures." license = "MIT" repository = "https://github.com/seatonullberg/velvet" edition = "2018" [dependencies] nalgebra = "0.23" vasp-poscar = "0.3.2" velvet-core = { path = "../core", version = "0.3.0" }