[package] name = "coster-rs" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # https://nalgebra.org/docs/user_guide/getting_started nalgebra = "0.31.0" # https://docs.rs/csv/1.1.6/csv/ csv = "1.1" serde = { version = "1", features = ["derive"] } # num = "0.4" clap = { version = "3.1.18", features = ["derive"] } anyhow = "1.0" itertools = "0.10.3" [lib] crate-type = ["cdylib", "staticlib", "lib"]