[package] name = "terra-plr-xbox360" version = "0.1.0" edition = "2021" authors = ["Fili_pk"] license = "AGPL-3.0-or-later" description = "Xbox 360 terraria player parser" repository = "https://gitlab.com/terra-conv/terra-plr-xbox360" categories = ["parser-implementations", "games"] keywords = ["terraria", "plr", "character", "xbox", "xbox360"] [dependencies] terra-items-xbox360 = { version = "0.1.*" } byteorder = "1.5.0" bounded-integer = { version = "0.5.7", features = ["types"] } bounded-vector = "0.2.*" bitvec = "1.*" cs-string-rw = "1.*" terra-types = "0.2.*" time = { version = "0.3.*", optional = true } terra-plr = { version = "0.2.*", optional = true } [features] convert = ["dep:terra-plr", "terra-items-xbox360/convert", "dep:time"] default = ["convert"]