# 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 = "minecraft-version" version = "0.1.0" authors = ["Kisaragi Marine "] 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" [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", ]