[package] name = "ruffle_core" version = "0.1.0" authors = ["Mike Welsh "] edition = "2018" license = "MIT OR Apache-2.0" [dependencies] bitstream-io = "0.8.5" fnv = "1.0.7" gc-arena = "0.2.0" gc-arena-derive = "0.2.0" generational-arena = "0.2.8" gif = "0.10.3" indexmap = "1.4.0" libflate = "1.0.2" log = "0.4" minimp3 = { version = "0.3.5", optional = true } png = { version = "0.16.6" } puremp3 = { version = "0.1", optional = true } ruffle_macros = { path = "macros" } swf = { path = "../swf" } enumset = "1.0.0" smallvec = "1.4.1" num_enum = "0.5.0" quick-xml = "0.18.1" downcast-rs = "1.2.0" url = "2.1.0" weak-table = "0.3.0" percent-encoding = "2.1.0" thiserror = "1.0" json = "0.12.4" [dependencies.jpeg-decoder] version = "0.1.20" default-features = false # can't use rayon on web [dependencies.rand] version = "0.7.3" features = ["small_rng"] [dev-dependencies] approx = "0.3.2" pretty_assertions = "0.6.1" [features] default = ["minimp3"] lzma = ["swf/lzma"] avm_debug = []