steam-friend-code 0.1.2

Encode and decode Steam CS:GO/CS2 friend codes and short Steam quick-invite codes.
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 = "steam-friend-code"
version = "0.1.2"
authors = ["lengoclongk59 <lengoclongk59@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encode and decode Steam CS:GO/CS2 friend codes and short Steam quick-invite codes."
homepage = "https://github.com/lengoclongk59/steam-friend-code"
documentation = "https://docs.rs/steam-friend-code"
readme = "README.md"
keywords = [
    "steam",
    "csgo",
    "cs2",
    "friend-code",
]
categories = [
    "api-bindings",
    "encoding",
    "games",
]
license = "MIT"
repository = "https://github.com/lengoclongk59/steam-friend-code"

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

[dependencies.md5]
version = "0.7"

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

[dev-dependencies.serde_json]
version = "1.0"