# 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.1" 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.4" [dependencies.bounded-integer] version = "0.5.7" features = ["types"] [dependencies.bounded-vector] version = "0.2.1" [dependencies.byteorder] version = "1.5.0" [dependencies.cbc] version = "0.1.2" features = ["alloc"] [dependencies.cs-datetime-parse] version = "1.1.0" [dependencies.cs-string-rw] version = "1.0.0" [dependencies.inout] version = "0.1.3" [dependencies.terra-items] version = "0.2.3" [dependencies.terra-types] version = "0.2.1" [dependencies.thiserror] version = "1.0.59" [dependencies.time] version = "0.3.34"