# 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 = "2021" rust-version = "1.64.0" name = "cocotools" version = "0.0.7" authors = ["Hoel Bagard"] description = "Package providing functionalities to work with COCO format datasets." readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.image] version = "0.24.5" [dependencies.imageproc] version = "0.23.0" [dependencies.minifb] version = "0.23" [dependencies.ndarray] version = "0.15.6" [dependencies.pyo3] version = "0.18" features = ["extension-module"] optional = true [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.proptest] version = "1.1.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.16.0" [features] default = [] pyo3 = ["dep:pyo3"]