[package] name = "rustlf" version = "1.0.1" edition = "2021" license = "MIT" description = "Simple Rust Bindings for the glTF JSON Schema - only loads in data." repository = "https://github.com/delphine-birch/rustlf" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"