# 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 = "player_mover" version = "1.1.0" authors = ["Lapis256"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Minecraft tool to edit player data and change their position." readme = "README.md" keywords = [ "minecraft", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Lapis256/player-mover" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "player_mover" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "string", ] [dependencies.dialoguer] version = "0.11.0" [dependencies.fastnbt] version = "2" [dependencies.flate2] version = "1.0" [dependencies.globmatch] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.ureq] version = "2.10.0" features = ["json"]