chatr 0.7.1

A tool/lib to process and convert Guild Wars 2 build chat codes into other formats
Documentation
# 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.7.1"
authors = ["Andy Berdan <contact@berdan.ca>"]
build = false
autolib = 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"

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

[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.regex]
version = "1.11.1"

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

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

[dependencies.serde_json]
version = "1.0.107"

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