# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pipedream" version = "0.0.1" authors = ["trashbyte "] description = "a straightforward asset pipeline and registry, modeled after UE4" keywords = ["asset", "pipeline", "registry"] categories = ["game-development", "multimedia", "rendering::data-formats"] license = "MIT" repository = "https://github.com/trashbyte/pipedream" [dependencies.bitflags] version = "1.2.1" [dependencies.chrono] version = "0.4.10" [dependencies.hashbrown] version = "0.6.2" [dependencies.image] version = "0.22.3" [dependencies.itertools] version = "0.8.2" [dependencies.parking_lot] version = "0.10.0" [dependencies.rand] version = "0.7.2" [dependencies.toolbelt] version = "0.0.2" [dependencies.vulkano] version = "0.16.0" [dependencies.walkdir] version = "2.2.9"