# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "flic" version = "0.1.6" authors = ["David Wang "] description = "Autodesk Animator FLI and Autodesk Animator Pro FLC file encoder and decoder." homepage = "https://github.com/wangds/libflic.git" documentation = "https://docs.rs/flic/" readme = "README.md" keywords = ["decoder", "encoder"] categories = ["multimedia::video"] license = "MIT" repository = "https://github.com/wangds/libflic.git" [lib] name = "flic" crate-type = ["rlib", "dylib"] test = true doctest = true doc = true [dependencies.byteorder] version = "1.1" [dependencies.libc] version = "0.2" [dependencies.quick-error] version = "1.2" [dev-dependencies.sdl2] version = "0.30" [badges.travis-ci] repository = "wangds/libflic"