kalast 0.1.6

Thermophysical model for binary systems of asteroids
Documentation
[package]
name = "kalast"
version = "0.1.6"
authors = ["Greg Henry <gregoire.henry@oma.be>"]
edition = "2018"
description = "Thermophysical model for binary systems of asteroids"
license = "Apache-2.0"
repository = "https://gitlab-as.oma.be/gregoireh/kalast"
documentation = "https://docs.rs/kalast"
keywords = ["physics", "thermophysical", "model", "asteroid", "temperature"]
categories = ["algorithms", "mathematics", "science", "simulation"]

[lib]
name = "kalast"
path = "src/lib.rs"

[profile.release]
lto = true

[dependencies]
nalgebra = "0.23.2"
itertools = "0.9.0"
obj-rs = "0.6.2"
num-traits = "0.2.14"
indicatif = "0.15.0"
approx = "0.4.0"
alga = "0.9.3"