# 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 = "serde-llsd" version = "0.3.6" authors = ["John-Nagle "] description = "Library for serializing and de-serializing data in Linden Lab Structured Data format. This format is used by Second Life and Open Simulator" homepage = "https://github.com/John-Nagle/serde-llsd" documentation = "https://docs.rs/serde_llsd/0.2.1" readme = "README.md" license = "LGPL-2.1 OR LGPL-3.0" repository = "https://github.com/John-Nagle/serde-llsd.git" [dependencies.anyhow] version = "1" [dependencies.ascii85] version = "0.2" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" [dependencies.enum-as-inner] version = "0.5" [dependencies.hex] version = "0.4" [dependencies.quick-xml] version = "0.23" [dependencies.urlencoding] version = "2" [dependencies.uuid] version = "1" features = ["v4"]