# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "slam-cv" version = "0.1.3" authors = ["h "] description = "Simple CV traits for VO (SLAM)." homepage = "https://github.com/podo-os" readme = "README.md" license = "BSD-3-Clause" [dependencies.crossbeam] version = "0.7" [dependencies.cv-core] version = "0.10" optional = true [dependencies.image] version = "0.23" [dependencies.nalgebra] version = "0.21" [dependencies.num] version = "0.2" [dependencies.podo-core-driver] version = "0.3" optional = true [dependencies.serde] version = "1" optional = true [dependencies.simba] version = "0.1" [features] default = ["cv-core", "serde"] podo = ["podo-core-driver"]