# 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 = "datary" version = "0.1.0" authors = ["Hans Larsen "] description = "A library for reading and writing DAT ROM files. Does not need any other dependencies." homepage = "https://github.com/golem-fpga/retronomicon" keywords = [ "dat", "rom", "retro", "emulation", "database", ] categories = [ "emulators", "database", "game-development", ] license = "Apache-2.0" repository = "https://github.com/golem-fpga/retronomicon" [dependencies.ouroboros] version = "0.18.0" optional = true [dependencies.quick-xml] version = "0.31.0" features = ["serialize"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.50" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rstest] version = "0.18.2" [features] default = ["optimized"] optimized = ["ouroboros"]