# 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-treasury" version = "0.3.1" authors = ["Zakarum "] description = "Database for \"goods\" asset pipeline" homepage = "https://github.com/zakarumych/treasury" documentation = "https://docs.rs/treasury" keywords = ["asset", "wasm"] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/treasury" [dependencies.eyre] version = "0.6" [dependencies.goods-treasury-import] version = "=0.2.0" optional = true default-features = false [dependencies.parking_lot] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" features = ["attributes"] [dependencies.uuid] version = "0.8" features = ["v4", "serde"] [dependencies.wasmer] version = "2.0" features = ["default-universal", "default-cranelift"] optional = true default-features = false [dependencies.wasmer-wasi] version = "2.0" optional = true default-features = false [features] import = ["goods-treasury-import", "wasmer", "wasmer-wasi"]