[package] name = "lyra-resource" version = "0.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lyra-ecs = { path = "../lyra-ecs", features = [ "math" ] } lyra-reflect = { path = "../lyra-reflect" } lyra-math = { path = "../lyra-math" } anyhow = "1.0.75" base64 = "0.21.4" crossbeam = { version = "0.8.4", features = [ "crossbeam-channel" ] } glam = "0.24.1" gltf = { version = "1.3.0", features = ["KHR_materials_pbrSpecularGlossiness", "KHR_materials_specular"] } image = "0.24.7" # not using custom matcher, or file type from file path infer = { version = "0.15.0", default-features = false } mime = "0.3.17" notify = "6.1.1" notify-debouncer-full = "0.3.1" #notify = { version = "6.1.1", default-features = false, features = [ "fsevent-sys", "macos_fsevent" ]} # disables crossbeam-channel percent-encoding = "2.3.0" thiserror = "1.0.48" tracing = "0.1.37" uuid = { version = "1.4.1", features = ["v4"] } instant = "0.1" async-std = "1.12.0" [dev-dependencies] rand = "0.8.5"