cell_reader 0.2.0

The core modules defining the flow and structs of data in computational chemistry routines.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cell_reader"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
license.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chemrust-core = "0.2"
chemrust-parser = "0.2"
chemrust-formats = "0.2"
clap = {version = "4", features = ["derive"]}