# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60.0" name = "swf-emitter" version = "0.14.0" authors = ["Charles Samborski "] description = "SWF emitter" homepage = "https://github.com/open-flash/swf-emitter" documentation = "https://github.com/open-flash/swf-emitter" readme = "./README.md" keywords = [ "emitter", "swf", "flash", ] license = "AGPL-3.0-or-later" repository = "https://github.com/open-flash/swf-emitter" resolver = "2" [lib] name = "swf_emitter" path = "src/lib.rs" [dependencies.byteorder] version = "1.4.3" [dependencies.half] version = "1.8.2" [dependencies.lzma-rs] version = "0.2.0" optional = true [dependencies.miniz_oxide] version = "0.5.1" optional = true [dependencies.swf-fixed] version = "0.1.5" [dependencies.swf-types] version = "0.14.0" [dev-dependencies.serde_json] version = "1.0.81" [dev-dependencies.swf-parser] version = "0.14.0" [dev-dependencies.test-generator] version = "0.3.0" [features] default = [ "deflate", "lzma", ] deflate = ["dep:miniz_oxide"] lzma = ["dep:lzma-rs"]