# 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 = "avm1-emitter" version = "0.14.0" authors = ["Charles Samborski "] description = "AVM1 emitter" homepage = "https://github.com/open-flash/avm1-emitter" documentation = "https://docs.rs/avm1-emitter" readme = "./README.md" keywords = [ "emitter", "swf", "flash", "avm1", ] license = "AGPL-3.0-or-later" repository = "https://github.com/open-flash/avm1-emitter" resolver = "2" [lib] name = "avm1_emitter" path = "src/lib.rs" [dependencies.avm1-types] version = "0.14.0" [dependencies.byteorder] version = "1.4.3" [dependencies.drop_bomb] version = "0.1.5" [dependencies.half] version = "2.0.0" [dependencies.swf-fixed] version = "0.1.5" [dev-dependencies.avm1-parser] version = "0.14.0" [dev-dependencies.serde] version = "1.0.137" [dev-dependencies.serde_json_v8] version = "0.1.1" [dev-dependencies.test-generator] version = "0.3.0"