nyx-space 1.0.0-beta.1

A high-fidelity space mission toolkit, with orbit propagation, estimation and some systems engineering
Documentation
[package]
name = "nyx-space"
version = "1.0.0-beta.1"
edition = "2018"
resolver = "2"
authors = ["Christopher Rabotin <christopher.rabotin@gmail.com>"]
description = "A high-fidelity space mission toolkit, with orbit propagation, estimation and some systems engineering"
homepage = "https://nyx-space.com"
documentation = "https://docs.rs/nyx-space/"
repository = "https://gitlab.com/nyx-space/nyx"
keywords = ["space", "mission", "design", "orbit", "estimation"]
categories = ["science", "simulation"]
readme = "README.md"
license = "AGPL-3.0-or-later"
exclude = ["tests/GMAT_scripts/*", "examples", "data/*.gz", "data/*.png", "data/od_plots/", "rustfmt.toml", "de438s.xb", "Pipfile*", ".vscode/launch.json", "*.kst", "docs/*", "*.bsp"]

[badges]
maintenance = { status = "actively-developed" }
gitlab = { repository = "nyx-space/nyx", branch = "master" }

[dependencies]
nalgebra = "0.24"
log = "0.4"
hifitime = "2.2.3"
flate2 = { version = "1.0", features = ["rust_backend"], default-features = false }
serde = "1.0"
serde_derive = "1.0"
csv = "1"
hyperdual = "=0.3.7"
bytes = "1.0"
prost = "0.7"
prost-derive = "0.7"
rand = "0.8"
rand_distr = "0.4"
meval = "0.2"
num = {version = "0.3", default-features = false}
rust-embed = "5.5"
toml = "0.5"
clap = "2"
config = "0.10"
regex = "1.1"
pretty_env_logger = "0.3"
dialoguer = "0.8"
glob = "0.3"
rayon = "1.5"
lazy_static = "1.4.0"
approx = "0.4"
bacon-sci = "0.11"
crossbeam = "0.8"
rand_pcg = "0.3"

[profile.dev]
opt-level = 0
debug = true