ruffle/Cargo.toml

16 lines
452 B
TOML
Raw Normal View History

[package]
name = "swf"
version = "0.1.0"
authors = ["Mike Welsh"]
2016-08-30 21:32:04 +00:00
repository = "https://github.com/Herschel/swf-rs.git"
homepage = "https://github.com/Herschel/swf-rs.git"
2016-09-13 18:39:14 +00:00
license = "MIT OR Apache-2.0"
2016-08-30 21:32:04 +00:00
readme = "README.md"
description = "Read and write the Adobe Flash SWF file format."
[dependencies]
byteorder = "*"
enum_primitive = "*"
flate2 = "*"
num = "*"
xz2 = { git = "https://github.com/alexcrichton/xz2-rs", rev = "09ce8db2" }