# 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" name = "hydroper_swf" version = "0.3.0" authors = ["Ruffle LLC "] description = "Read and write the Adobe Flash SWF file format." homepage = "https://ruffle.rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ruffle-rs/ruffle" [dependencies.bitflags] version = "2.5.0" [dependencies.bitstream-io] version = "2.3.0" [dependencies.byteorder] version = "1.5" [dependencies.encoding_rs] version = "0.8.34" [dependencies.enum-map] version = "2.7.3" [dependencies.flate2] version = "1.0.30" optional = true [dependencies.libflate] version = "2.1" optional = true [dependencies.log] version = "0.4" [dependencies.lzma-rs] version = "0.3.0" optional = true [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dependencies.simple_asn1] version = "0.6.2" [features] default = [ "flate2", "lzma", ] lzma = ["lzma-rs"] [lints.clippy] assigning_clones = "allow" manual_map = "allow" manual_range_contains = "allow" [lints.rust] renamed_and_removed_lints = "allow" unknown_lints = "allow"