# 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] edition = "2018" name = "landon" version = "0.10.2" authors = ["Chinedu Francis Nwafili "] publish = true description = "A collection of tools, data structures and methods for exporting Blender data (such as meshes and armatures) and preparing it for your rendering pipeline." documentation = "https://docs.rs/landon" keywords = ["blender", "export", "exporter", "mesh", "armature"] license = "MIT" repository = "https://github.com/chinedufn/landon" [profile.release] opt-level = "z" lto = true codegen-units = 1 incremental = false [dependencies.anyhow] version = "1" [dependencies.blender-armature] version = "0.9.1" [dependencies.blender-mesh] version = "0.8.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.3" optional = true [dependencies.thiserror] version = "1" [features] cli = ["structopt"] default = ["cli"]