# 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.56" name = "lottie2gif" version = "0.4.1" include = [ "src/**/*.rs", "/LICENSE", ] autobins = false description = "DEPRECATED - use lottieconv crate instead" documentation = "https://docs.msrd0.de/lottie2gif/0.4.1/lottie2gif/" readme = "README.md" license = "MIT" repository = "https://github.com/msrd0/rlottie-rs" [[bin]] name = "lottie2gif" required-features = ["clap"] [dependencies.clap] version = "3.0" features = ["derive"] optional = true [dependencies.gif] version = "0.11.3" [dependencies.rgb] version = "0.8.32" default-features = false [dependencies.rlottie] version = "0.4.1"