# 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" name = "rlottie" version = "0.5.2" include = [ "build.rs", "src/**/*.rs", "/LICENSE", ] description = "A platform independent standalone library that plays Lottie Animation" documentation = "https://docs.msrd0.de/rlottie/0.5.2/rlottie/" readme = "README.md" license = "MIT" repository = "https://github.com/msrd0/rlottie-rs" resolver = "1" [dependencies.rgb] version = "0.8.32" default-features = false [dependencies.rlottie-sys] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [features] serde = [ "dep:serde", "rgb/serde", ]