# 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 = "mot-rs" version = "0.1.2" authors = ["Dimitrii Lopanov "] exclude = [ "/.github", "/ci", "/tools", "release.toml", "rustfmt.toml", ] description = "Dead simple multi object tracking in Rust" homepage = "https://github.com/LdDl/mot-rs" documentation = "https://docs.rs/mot-rs" readme = "README.md" keywords = [ "computer-vision", "kalman", "tracking", "filtering", ] categories = [ "algorithms", "computer-vision", "mathematics", "science", ] license = "MIT" repository = "https://github.com/LdDl/mot-rs" [dependencies.chrono] version = "0.4.31" [dependencies.itertools] version = "0.11.0" [dependencies.kalman-rust] version = "0.2.3" [dependencies.uuid] version = "1.5.0" features = [ "serde", "v4", ]