vita 0.4.0

Atomistic and molecular life sciences in Rust.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "vita"
version = "0.4.0"
dependencies = [
 "vita-chem",
 "vita-core",
 "vita-io",
]

[[package]]
name = "vita-chem"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97316b4e50a313eedaee6f4ef3729301297c7623bfd0b7fd40df96dfab7ec112"
dependencies = [
 "vita-core",
]

[[package]]
name = "vita-core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc9d185e3676eae6313d26804d5bb2dca35d8b4b7a46d7f3d35f7f8c0fad76"

[[package]]
name = "vita-io"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c2619fafb8febe456f0c4c79077e6b07ec3f30c2e7a781a2fab1f1a2d6e6f12"
dependencies = [
 "vita-core",
]