# 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 = "2018" name = "abow" version = "0.4.2" authors = ["Alex Maiorella "] exclude = [ "data", "vocabs", ] description = "Visual bag of words for fast image matching" readme = "README.md" keywords = [ "slam", "bag-of-words", "visual-odometry", "dbow", "loop-closure", ] categories = [ "algorithms", "computer-vision", "mathematics", "science", ] license = "MIT" repository = "https://github.com/donkeyteethUX/abow" [package.metadata.docs.rs] features = ["bincode"] no-default-features = true [[example]] name = "match" required-features = [ "opencv", "bincode", ] [[example]] name = "create-voc" required-features = [ "opencv", "bincode", ] [dependencies.bincode] version = "1.3" optional = true [dependencies.bitvec] version = "1.0" [dependencies.opencv] version = "0.65" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smallvec] version = "1.6" features = ["serde"] [dependencies.thiserror] version = "1.0" [features] default = [ "opencv", "bincode", ]