chatr 0.6.24

A tool/lib to process and convert Guild Wars 2 build chat codes into other formats
Documentation
[[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.regex]
version = "1.11.1"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11.22"

[dependencies.serde]
features = ["derive"]
version = "1.0.190"

[dependencies.serde_json]
version = "1.0.107"

[lib]
name = "chatr"
path = "src/lib.rs"

[package]
authors = ["Andy Berdan <contact@berdan.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tool/lib to process and convert Guild Wars 2 build chat codes into other formats"
edition = "2021"
keywords = ["guild-wars-2", "gw2", "chatcode"]
license = "MIT OR Apache-2.0"
name = "chatr"
readme = "README.md"
repository = "https://github.com/berdandy/chatr"
version = "0.6.24"

[package.metadata.wix]
eula = false
license = false
path-guid = "5BD08CA1-A754-4989-9C0C-B3A29F888654"
upgrade-guid = "78968EC3-8733-4A8C-B99C-3FF6A60298CE"

[profile.dist]
inherits = "release"
lto = "thin"