# 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 = "ambient" version = "0.2.8" description = "CLI for Ambient, the multiplayer game engine" homepage = "https://ambient.run" documentation = "https://docs.rs/ambient_api" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.directories] version = "5.0" [dependencies.env_logger] version = "0.10.0" features = [ "auto-color", "humantime", ] default-features = false [dependencies.futures] version = "0.3.28" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.semver] version = "1.0.18" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.8.0" [dependencies.toml_edit] version = "0.20.0" [dependencies.ureq] version = "2.8" features = ["json"] [dependencies.zip] version = "0.6.6" features = ["deflate"] default-features = false