lottie-data 0.1.0

Data structures for Lottie animations
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[lib]
name = "lottie_data"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Data structures for Lottie animations"
edition = "2021"
license = "MIT"
name = "lottie-data"
readme = false
version = "0.1.0"

[[test]]
name = "integration_parsing"
path = "tests/integration_parsing.rs"