# 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 = "uvm_live_platform" version = "0.1.1" authors = ["Manfred Endres "] description = "Methods to connect to the unity live platform service." readme = "README.md" keywords = [ "unity", "version-manager", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/Larusso/unity-version-manager" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.indoc] version = "2.0.3" [dependencies.reqwest] version = "0.11.18" features = [ "serde_json", "blocking", "json", ] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.thiserror] version = "1.0.47" [dependencies.typed-builder] version = "0.15.2"