# 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-rust" version = "0.2.3" authors = ["Dimitrii Lopanov "] exclude = [ "/.github", "/ci", "/tools", "release.toml", "rustfmt.toml", ] description = "Dead simple implementation of Discrete Kalman filter for object tracking purposes" homepage = "https://github.com/LdDl/kalman-rs" documentation = "https://docs.rs/kalman-rs" readme = "README.md" keywords = [ "computer-vision", "kalman", "tracking", "filtering", ] categories = [ "algorithms", "computer-vision", "mathematics", "science", ] license = "MIT" repository = "https://github.com/LdDl/kalman-rs" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.nalgebra] version = "0.32.3" [dependencies.rand] version = "0.8.5" [dependencies.uuid] version = "1.5.0" features = [ "serde", "v4", ]