[package] name = "terra-plr" version = "0.2.4" 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.*" terra-items = "0.2.*" cs-datetime-parse = "1.*" cs-string-rw = "1.*" bounded-integer = { version = "0.5.*", features = ["types"] } byteorder = "1.*" cbc = { version = "0.1.*", features = ["alloc"] } aes = "0.8.*" time = "0.3.*" thiserror = "2.*" terra-types = "0.2.*" inout = "0.1.*"