# 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 = "vasp-poscar" version = "0.3.2" authors = ["Michael Lamparski "] description = "read and write VASP POSCAR files" readme = "README.md" keywords = ["physics", "crystallography", "io"] categories = ["filesystem", "parsing", "science", "simulation"] license = "MIT/Apache-2.0" repository = "https://github.com/ExpHP/vasp-poscar" [[test]] name = "parse" harness = false [[test]] name = "raw-parse" [[test]] name = "raw-write" [[test]] name = "validate" [[test]] name = "parse-trailing-lines" [[test]] name = "version-numbers" [dependencies.dtoa] version = "0.4.2" [dependencies.failure] version = "0.1.1" [dev-dependencies.indoc] version = "0.2.3" [dev-dependencies.serde] version = "1.0.27" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.7.3" [dev-dependencies.version-sync] version = "0.8" [badges.travis-ci] repository = "ExpHP/vasp-poscar"