# 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 = "uuid-mc" version = "0.3.0" description = "A library for handling and generating Minecraft offline and online UUIDs" readme = "README.md" keywords = [ "minecraft", "uuid", "offline", "online", "mojang", ] categories = [ "authentication", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/booleancoercion/uuid-mc" resolver = "2" [dependencies.md5] version = "0.7.0" optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.ureq] version = "2.6.1" features = ["json"] optional = true [dependencies.uuid] version = "1.2.2" features = ["serde"] [features] default = [ "offline", "online", ] offline = ["md5"] online = ["ureq"]