# 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] name = "voc-perturb" version = "0.1.2" authors = ["Kaiyin Zhong "] description = "Create new annotated image dataset (in VOC2012 format) via perturbation of existing ones." license = "Apache-2.0" [dependencies.clap] version = "~2.28.0" features = ["yaml"] [dependencies.image] version = "0.18" [dependencies.imageproc] version = "0.13" [dependencies.quick-xml] version = "0.10" [dependencies.rand] version = "0.3"