version = 4
[[package]]
name = "vita"
version = "0.3.0"
dependencies = [
"vita-chem",
"vita-core",
"vita-io",
]
[[package]]
name = "vita-chem"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b399d83fb30de87c1887b4a210507daf581aaf02bd8404ca820d25ca094fc381"
dependencies = [
"vita-core",
]
[[package]]
name = "vita-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb4ee323de3cdf69785430a8725442d672a5f57d4851e8a88479d49a3604031e"
[[package]]
name = "vita-io"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22eabba4926f754fd5d544c6f6f0ad2b38df0fe3ed912e3bf026db3ba03e9d2b"
dependencies = [
"vita-core",
]