# 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 = "2018" name = "listinfo" version = "0.4.8" authors = ["Ronny Chan "] description = "A zero-copy MAME ListInfo format DAT files parser and deserializer." readme = "README.md" keywords = [ "clrmamepro", "mame", "dat", "listinfo", "parse", ] categories = [ "parser-implementations", "emulators", "text-processing", ] license = "MIT" repository = "https://github.com/SnowflakePowered/listinfo-rs" [package.metadata.docs.rs] features = [ "test_deserialize", "std", ] [package.metadata.playground] features = [ "std", "deserialize", ] [dependencies.hex] version = "0.4.3" features = ["alloc"] optional = true default-features = false [dependencies.indexmap] version = "1.4.0" [dependencies.nom] version = "7" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.serde_bytes] version = "0.11" optional = true [features] default = ["std"] deserialize = [ "serde", "hex", ] std = [] test_deserialize = [ "deserialize", "serde/derive", "serde_bytes", ]