# 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" rust-version = "1.82.0" name = "firefly_cli" version = "0.7.0" authors = ["Firefly Zero team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool for working with Firefly Zero" homepage = "https://fireflyzero.com/" readme = "README.md" keywords = [ "gamedev", "firefly-zero", "cli", ] categories = [ "command-line-utilities", "game-development", "development-tools", "compilers", "wasm", ] license = "MIT" repository = "https://github.com/firefly-zero/firefly-cli" [[bin]] name = "firefly_cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.data-encoding] version = "2.6.0" [dependencies.directories] version = "5.0.1" [dependencies.firefly-types] version = "0.3.0" [dependencies.hound] version = "3.5.1" [dependencies.image] version = "0.25.5" features = ["png"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.9.6" features = [ "std", "sha2", ] default-features = false [dependencies.rust-embed] version = "8.5.0" features = ["debug-embed"] default-features = false [dependencies.rustyline] version = "14.0.0" [dependencies.serde] version = "1.0.214" features = [ "serde_derive", "derive", ] [dependencies.serde_json] version = "1.0.132" [dependencies.sha2] version = "0.10.8" [dependencies.toml] version = "0.8.19" [dependencies.ureq] version = "2.10.1" [dependencies.wasm-encoder] version = "0.219.1" [dependencies.wasmparser] version = "0.219.1" [dependencies.zip] version = "2.2.0" features = ["zstd"] default-features = false