Skip to main content

native/sidereon_nif/Cargo.toml

[package]
name = "sidereon_nif"
version = "0.1.0"
authors = []
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies]
rustler = "0.37.3"
chrono = "0.4"
sidereon-core = "0.9.1"
trust-region-least-squares = "0.9.1"
# Same major.minor as sidereon-core so the shared `DMatrix`/`DVector` types
# unify across crates for the covariance/least-squares marshalling.
nalgebra = "0.33"