# 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 = "chatr" version = "0.6.10" authors = ["Andy Berdan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool/lib to process and convert Guild Wars 2 build chat codes into other formats" readme = "README.md" keywords = [ "guild-wars-2", "gw2", "chatcode", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/berdandy/chatr" [profile.dist] lto = "thin" inherits = "release" [lib] name = "chatr" path = "src/lib.rs" [[bin]] name = "chatr" path = "src/main.rs" [dependencies.base64] version = "0.21.5" [dependencies.deku] version = "0.16.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.107"