texas_rust_em 0.1.2

Uma biblioteca para gerenciar baralhos e cartas de texas hold'em em Rust., definindo tipos e métodos que auxiliam no uso para o jogo
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 = "texas_rust_em"
version = "0.1.2"
authors = ["Mikael Menezes <mixaelmenezes@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Uma biblioteca para gerenciar baralhos e cartas de texas hold'em em Rust., definindo tipos e métodos que auxiliam no uso para o jogo"
readme = "README.md"
keywords = [
    "cards",
    "deck",
    "game",
]
categories = ["games"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MikaelMenez/Texas_rust_em.git"

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

[dependencies.rand]
version = "0.10.0"