[package] name = "velvet-external-data" version = "0.1.0" authors = ["Seaton Ullberg "] description = "Utilities to import and export external data formats." 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.4.0" } [dev-dependencies] test-utils = { path = "../test-utils" }