mcversion-enum-rs 0.1.0

Exhaustive enum of Minecraft versions
# 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 = "mcversion-enum-rs"
version = "0.1.0"
authors = ["Kisaragi Marine <kisaragi.effective@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exhaustive enum of Minecraft versions"
readme = "README.md"
keywords = ["minecraft"]
categories = ["parsing"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/KisaragiEffective/minecraft-version-rs"

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

[dependencies]

[build-dependencies.chrono]
version = "0.4.23"
features = ["serde"]

[build-dependencies.reqwest]
version = "0.11.14"
features = ["json"]

[build-dependencies.serde]
version = "1.0.152"
features = ["derive"]

[build-dependencies.tokio]
version = "1.24.2"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]