# 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" name = "yolo_io" version = "0.1.103" authors = ["C. Thomas Brittain "] build = false publish = ["crates-io"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for loading and validating YOLO data." homepage = "https://github.com/Ladvien/yolo_io" documentation = "https://docs.rs/yolo_io/latest/yolo_io/" readme = "README.md" keywords = [ "machine-learning", "yolo", "you-only-look-once", "loader", "validation", ] license = "Apache-2.0" repository = "https://github.com/Ladvien/yolo_io" [lib] name = "yolo_io" path = "src/lib.rs" [[test]] name = "duplicate_testing" path = "tests/duplicate_testing.rs" [[test]] name = "export_tests" path = "tests/export_tests.rs" [[test]] name = "invalid_label_tests" path = "tests/invalid_label_tests.rs" [[test]] name = "pairing_tests" path = "tests/pairing_tests.rs" [[test]] name = "report_tests" path = "tests/report_tests.rs" [dependencies.hashbrown] version = "0.15.1" features = ["serde"] [dependencies.itertools] version = "0.13.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.129" [dependencies.serde_yml] version = "0.0.12" [dependencies.thiserror] version = "1.0" [dev-dependencies.image] version = "0.25.4" [dev-dependencies.num-complex] version = "0.4.6" [dev-dependencies.rstest] version = "0.23.0" [lints.rust] unsafe_code = "forbid"