# 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 = "kalman-fusion" version = "0.1.1" authors = ["Todd Stellanova "] description = "Simple single-variable Kalman filtering for Float and Fixed types" readme = "README.md" keywords = [ "no-std", "kalman", "filter", ] license = "BSD-3-Clause" repository = "https://github.com/tstellanova/kalman-fusion" [dependencies.fixed] version = "1.24.0" [dependencies.num-traits] version = "0.2.17" [dev-dependencies.chrono] version = "0.4.31" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3"