[package] name = "terra-plr" version = "0.2.1" edition = "2021" authors = ["Fili_pk"] license = "AGPL-3.0-or-later" description = "Terraria player parser" repository = "https://gitlab.com/terra-conv/terra-plr" categories = ["parser-implementations", "games"] keywords = ["terraria", "plr", "character", "game", "api"] [dependencies] bounded-vector = "0.2.1" terra-items = "0.2.3" cs-datetime-parse = "1.1.0" cs-string-rw = "1.0.0" bounded-integer = { version = "0.5.7", features = ["types"] } byteorder = "1.5.0" cbc = { version = "0.1.2", features = ["alloc"] } aes = "0.8.4" time = "0.3.34" thiserror = "1.0.59" terra-types = "0.2.1" inout = "0.1.3"