# 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 = "2018" name = "goods" version = "0.12.1" authors = ["Zakarum "] description = "Async assets system" homepage = "https://github.com/arcana-engine/goods" documentation = "https://docs.rs/goods" keywords = ["async", "assets", "macro", "derive"] categories = ["asynchronous", "game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/arcana-engine/goods" [dependencies.ahash] version = "0.7" [dependencies.bincode] version = "1.3" [dependencies.dunce] version = "1.0" optional = true [dependencies.eyre] version = "0.6" optional = true [dependencies.futures] version = "0.3" [dependencies.goods-proc] version = "=0.2.0" [dependencies.hashbrown] version = "0.12" [dependencies.num_cpus] version = "1.0" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smallvec] version = "1.7" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["rt", "sync", "parking_lot"] [dependencies.tracing] version = "0.1" [dependencies.treasury-client] version = "0.1.0" optional = true [dependencies.url] version = "2.2" optional = true [features] treasury = ["treasury-client", "eyre", "url", "dunce"]