# 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 = "aperature" version = "0.1.1" authors = ["Mason Stallmo "] build = "build.rs" exclude = ["test_output.jpg", "models/*"] description = "Object detection using single shot multibox detector" readme = "README.md" keywords = ["computer", "vision", "tensorflow", "object", "detection"] license = "MIT" repository = "https://github.com/mstallmo/aperature" [dependencies.hashbrown] version = "0.1.7" [dependencies.image] version = "0.20.1" [dependencies.imageproc] version = "0.17.0" [dependencies.ndarray] version = "0.12.1" [dependencies.tensorflow] version = "0.11.0" [build-dependencies.flate2] version = "1.0.6" [build-dependencies.reqwest] version = "0.9.6" [build-dependencies.tar] version = "0.4.20" [badges.travis-ci] branch = "master" repository = "https://github.com/mstallmo/aperature"