# 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 = "patch-tracker" version = "0.2.1" authors = ["Powei Lin "] build = false exclude = ["docs/*.avif"] autobins = false autoexamples = false autotests = false autobenches = false description = "Patch tracker" homepage = "https://github.com/powei-lin/patch-tracker-rs" readme = "README.md" keywords = ["opticalflow"] categories = [ "science", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/powei-lin/patch-tracker-rs" [lib] name = "patch_tracker" path = "src/lib.rs" [[example]] name = "single_camera" path = "examples/single_camera.rs" [[example]] name = "stereo_camera" path = "examples/stereo_camera.rs" [dependencies.image] version = "0.25.0" [dependencies.imageproc] version = "0.25.0" [dependencies.log] version = "0.4.22" [dependencies.nalgebra] version = "0.33.0" [dependencies.rayon] version = "1.10.0" [dev-dependencies.ab_glyph] version = "0.2.29" [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.show-image] version = "0.14.0" features = ["image"]