# 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] name = "assets" version = "0.3.0" authors = ["Nathan Faucett "] description = "asynchronous asset management" homepage = "https://gitlab.com/nathanfaucett/rs-assets" readme = "README.md" keywords = ["assets", "management"] license = "MIT" repository = "https://gitlab.com/nathanfaucett/rs-assets.git" [package.metadata.android] android_version = 18 assets = "examples/assets" build_targets = ["arm-linux-androideabi"] fullscreen = true label = "Assets" opengles_version_major = 2 opengles_version_minor = 0 package_name = "io.nathanfaucett.assets" [package.metadata.android.activity_attributes] "android:screenOrientation" = "unspecified" "android:uiOptions" = "none" [package.metadata.android.application_attributes] "android:debuggable" = "true" "android:hardwareAccelerated" = "true" [dependencies.fnv] version = "1.0" [dependencies.futures] version = "0.1" [dependencies.futures-cpupool] version = "0.1" [dependencies.hibitset] version = "0.5" [dependencies.imagefmt] version = "4.0" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.futures-cpupool] version = "0.1" [dev-dependencies.gl] version = "0.11" [dev-dependencies.gl_helpers] version = "0.1" [dev-dependencies.glutin] version = "0.19" [dev-dependencies.main_loop] version = "0.3" [dev-dependencies.mat4] version = "0.2" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.specs] version = "0.14" [dev-dependencies.specs_bundler] version = "0.5" [dev-dependencies.specs_camera] version = "0.4" [dev-dependencies.specs_guided_join] version = "0.2" [dev-dependencies.specs_sprite] version = "0.4" [dev-dependencies.specs_time] version = "0.5" [dev-dependencies.specs_transform] version = "0.4" [features] default = ["json", "image"] image = ["imagefmt"] json = ["serde", "serde_derive", "serde_json"] [target."cfg(target_os = \"android\")".dependencies.android_glue] version = "0.2"