# 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 = "idmangler-lib" version = "0.4.0" authors = ["Zatzou"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for encoding and decoding Wynntils id strings" readme = "readme.md" license = "LGPL-3.0" repository = "https://github.com/Zatzou/idmangler-lib" [lib] name = "idmangler_lib" path = "src/lib.rs" [[test]] name = "decode" path = "tests/decode.rs" [[test]] name = "encode" path = "tests/encode.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.thiserror] version = "1.0"