# 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 = "sift-features" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of SIFT image features, compatible with OpenCV" readme = "README.md" keywords = [ "sift", "cv", "image", "descriptor", "feature", ] categories = [ "computer-vision", "science", ] license = "MIT" repository = "https://github.com/tnibler/sift-features" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] name = "sift_features" path = "src/lib.rs" [[example]] name = "opencv-cross-match" path = "examples/opencv-cross-match.rs" [[example]] name = "run-sift" path = "examples/run-sift.rs" [[example]] name = "sift-match" path = "examples/sift-match.rs" [[bench]] name = "descriptor" path = "benches/descriptor.rs" harness = false [[bench]] name = "sift" path = "benches/sift.rs" harness = false [dependencies.image] version = "0.25.2" [dependencies.imageproc] version = "0.25.0" [dependencies.itertools] version = "0.13.0" [dependencies.ndarray] version = "0.16.1" [dependencies.nshare] version = "0.10.0" features = [ "image", "ndarray", ] [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.insta] version = "1.40.0" features = [ "yaml", "redactions", ] [dev-dependencies.ndarray] version = "0.16.1" features = ["serde"] [dev-dependencies.opencv] version = "0.92.2" [dev-dependencies.serde] version = "1.0.210" features = ["derive"]