[package] name = "cra" version = "0.1.0" authors = ["Martin Hafskjold Thoresen "] description = """ CRA implements the matrix reduction algorithm to compute persistence in a complex. """ [dependencies] time = "0.1.42" clap = "2.33" lazy_static = "1.4" serde = { version = "1.0.104", features = ["derive"] } serde_json = "1.0.48"