# 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-client" version = "0.2.0" authors = ["Zakarum "] description = "Client for treasury" homepage = "https://github.com/arcana-engine/treasury" documentation = "https://docs.rs/treasury-client" readme = "../README.md" keywords = ["assets", "gamedev"] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/arcana-engine/treasury" [dependencies.eyre] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.tokio] version = "1.0" features = ["net", "io-util", "time"] [dependencies.tracing] version = "0.1" [dependencies.treasury-api] version = "=0.2.0" [dependencies.treasury-id] version = "=0.1.0" [dependencies.url] version = "2.2" features = ["serde"]