# 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.70.0" name = "ambient_asset_cache" version = "0.3.1" description = "Asset cache for the Ambient runtime. Host-only." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [dependencies.ambient_sys] version = "0.3.1" [dependencies.as-any] version = "0.3.1" [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4" features = [ "serde", "clock", ] default-features = false [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.parking_lot] version = "0.12.1" features = ["serde"] [dependencies.pin-project] version = "1.1" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tokio] version = "1.32" features = ["parking_lot"]