# 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 = "2021" name = "terra-plr" version = "0.2.4" authors = ["Fili_pk"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Terraria player parser" readme = "README.md" keywords = [ "terraria", "plr", "character", "game", "api", ] categories = [ "parser-implementations", "games", ] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/terra-conv/terra-plr" [lib] name = "terra_plr" path = "src/lib.rs" [dependencies.aes] version = "0.8.*" [dependencies.bounded-integer] version = "0.5.*" features = ["types"] [dependencies.bounded-vector] version = "0.2.*" [dependencies.byteorder] version = "1.*" [dependencies.cbc] version = "0.1.*" features = ["alloc"] [dependencies.cs-datetime-parse] version = "1.*" [dependencies.cs-string-rw] version = "1.*" [dependencies.inout] version = "0.1.*" [dependencies.terra-items] version = "0.2.*" [dependencies.terra-types] version = "0.2.*" [dependencies.thiserror] version = "2.*" [dependencies.time] version = "0.3.*"