# 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 = "voc-dataset" version = "0.3.0" authors = ["jerry73204 "] description = "Simple data loader for The PASCAL Visual Object Classes (VOC)" homepage = "https://github.com/jerry73204/voc-dataset-rs" documentation = "https://docs.rs/voc-dataset/" readme = "README.md" keywords = ["dataset", "VOC"] categories = ["science"] license = "MIT" repository = "https://github.com/jerry73204/voc-dataset-rs" [dependencies.anyhow] version = "1.0.40" [dependencies.log] version = "0.4.14" [dependencies.noisy_float] version = "0.2.0" features = ["serde"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde-xml-rs] version = "0.4.1" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.reqwest] version = "0.11.2" features = ["blocking"] [dev-dependencies.rust-crypto] version = "0.2.36" [dev-dependencies.tar] version = "0.4.33" [dev-dependencies.tempdir] version = "0.3.7"