# 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 = "distill" version = "0.0.3" authors = ["Karl Bergström "] exclude = ["examples/*"] description = "Asset framework for game engines & editor suites." readme = "README.md" keywords = ["game", "engine", "assets", "loading", "pipeline"] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/amethyst/distill" [dependencies.distill-core] version = "0.0.3" [dependencies.distill-daemon] version = "0.0.3" [dependencies.distill-importer] version = "0.0.3" [dependencies.distill-loader] version = "0.0.3" [dev-dependencies.futures] version = "0.3" [dev-dependencies.serde] version = "1" [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.tokio] version = "1.2" features = ["sync"] [dev-dependencies.uuid] version = "0.8.2" [features] handle = ["distill-loader/handle"] packfile_io = ["distill-loader/packfile_io"] parallel_hash = ["distill-daemon/parallel_hash"] pretty_log = ["distill-daemon/pretty_log"] rpc_io = ["distill-loader/rpc_io"] serde-1 = ["distill-core/serde"] serde_importers = ["distill-importer/serde_importers"] type_uuid = ["distill-core/type_uuid"]