[package] name = "tors_to_json" version = "0.2.2" edition = "2021" license = "GPL-2.0-or-later" description = "Rust program to convert a file with output of the `tors` script of turbomole to a .json file" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.9.4"