[package] name = "ruffle_test_framework" authors.workspace = true edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true version.workspace = true [lints] workspace = true [dependencies] ruffle_core = { path = "../../core", features = ["deterministic", "timeline_debug", "avm_debug", "audio", "mp3", "default_font"] } ruffle_render = { path = "../../render" } ruffle_input_format = { path = "../input-format" } ruffle_socket_format = { path = "../socket-format" } ruffle_video_software = { path = "../../video/software", optional = true } image = { version = "0.25.0", default-features = false, features = ["png"] } regex = "1.10.4" url = "2.5.0" chrono = "0.4.35" approx = "0.5.1" pretty_assertions = "1.4.0" serde = "1.0.197" toml = "0.8.12" anyhow = "1.0.81" async-channel = "2.2.0" vfs = "0.12.0" percent-encoding = "2.3.1" [features] jpegxr = ["ruffle_core/jpegxr"] lzma = ["ruffle_core/lzma"]