1 2 3 4 5 6 7 8 9 10 11 12 13 14
[package]
name = "cra"
version = "0.1.0"
authors = ["Martin Hafskjold Thoresen <git@mht.wtf>"]
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"