# 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 = "treasury-cli" version = "0.2.0" authors = ["Zakarum "] description = "Command Line Interface for treasury client" homepage = "https://github.com/arcana-engine/treasury" documentation = "https://docs.rs/treasury-cli" readme = "../README.md" keywords = ["assets", "gamedev", "cli"] categories = ["game-development", "command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/arcana-engine/treasury" [[bin]] name = "treasury" path = "src/main.rs" [dependencies.clap] version = "2.33" [dependencies.color-eyre] version = "0.6" [dependencies.dunce] version = "1.0" [dependencies.eyre] version = "0.6" [dependencies.tokio] version = "1.0" features = ["rt", "net", "time"] [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.treasury-client] version = "=0.2.0" [dependencies.url] version = "2.0"