valence_text 0.2.0-alpha.1+mc.1.20.1

Parsing and writing Minecraft's JSON text format
Documentation
# 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 = "valence_text"
version = "0.2.0-alpha.1+mc.1.20.1"
description = "Parsing and writing Minecraft's JSON text format"
documentation = "https://docs.rs/valence/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/valence-rs/valence"

[dependencies.anyhow]
version = "1.0.70"
features = ["backtrace"]

[dependencies.serde]
version = "1.0.160"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.96"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.uuid]
version = "1.3.1"
features = ["serde"]

[dependencies.valence_ident]
version = "0.2.0-alpha.1"

[dependencies.valence_nbt]
version = "0.6.1"
features = ["uuid"]