# 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" rust-version = "1.77.0" name = "mcvm_pkg" version = "0.14.0" authors = ["CarbonSmasher"] description = "Package standard for mcvm" keywords = [ "minecraft", "launcher", "game", "mc", ] categories = ["games"] license = "GPL-3.0-or-later" repository = "https://github.com/CarbonSmasher/mcvm" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.73" [dependencies.itertools] version = "0.11.0" [dependencies.mcvm_parse] version = "0.15.0" [dependencies.mcvm_shared] version = "0.14.0" [dependencies.schemars] version = "0.8.20" optional = true [dependencies.serde] version = "1.0.202" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.117" [features] schema = [ "dep:schemars", "mcvm_parse/schema", "mcvm_shared/schema", ] [lints.rust] unsafe_code = "forbid"