# 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 = "hydrate-pipeline" version = "0.0.2" authors = ["Philip Degarmo "] description = "Game asset pipeline and authoring framework" homepage = "https://github.com/aclysma/hydrate" readme = "README.md" keywords = ["gamedev"] categories = [ "game-development", "game-engines", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aclysma/hydrate" [dependencies.ahash] version = "0.7.4" [dependencies.backtrace] version = "0.3.69" optional = true [dependencies.base64] version = "0.20.0" [dependencies.bincode] version = "1.3.1" [dependencies.crossbeam-channel] version = "0.5" [dependencies.dunce] version = "1.0.4" [dependencies.globwalk] version = "0.8.1" [dependencies.hydrate-base] version = "0.0.2" [dependencies.hydrate-data] version = "0.0.2" [dependencies.hydrate-schema] version = "0.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.num_cpus] version = "1.16.0" [dependencies.profiling] version = "1.0" [dependencies.serde] version = "1.0.145" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.85" features = ["std"] default-features = false [dependencies.siphasher] version = "0.3" [dependencies.type-uuid] version = "0.1.2" [dependencies.uuid] version = "0.8.2" features = [ "v4", "serde", ]