# 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 = "prc-rs" version = "1.6.1" authors = [ "BenHall-7 ", "jam1garner ", ] description = "Library for working with PRC types in Smash Ultimate" readme = "README.md" license = "MIT" repository = "https://github.com/ultimate-research/prc-rs" [lib] name = "prc" path = "src/lib.rs" [dependencies.byteorder] version = "1.3" [dependencies.hash40] version = "1.1" [dependencies.indexmap] version = "1.2" [dependencies.prc-rs-derive] version = "0.2.0" [dependencies.quick-xml] version = "0.18.1" optional = true [dependencies.serde] version = "1" features = ["derive"] [features] indexmap-std = ["indexmap/std"] xml-feat = ["quick-xml"]