# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "embedded-kalman" version = "0.2.0" authors = ["Jostein Løwer"] description = "A Kalman Filtering library designed for use in low-resource embedded systems" homepage = "https://github.com/jostlowe/embedded-kalman.git" readme = "README.md" keywords = [ "estimation", "kalman", ] license = "MIT" repository = "https://github.com/jostlowe/embedded-kalman.git" resolver = "2" [dependencies.nalgebra] version = "0.31.1"