[package] authors = ["Jan Walter "] edition = "2018" name = "blend_info" version = "0.2.9" license = "MIT OR Apache-2.0" license-file = "LICENSE.rtf" readme = "README.md" repository = "https://git.sr.ht/~wahn/blend_info" description = "Print some information about a Blender scene file" categories = ["multimedia::encoding", "command-line-utilities", "graphics", "rendering::data-formats"] keywords = ["blender", "binary-files", "scene"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.26" [[bin]] name = "blend_info" path = "src/bin/blend_info.rs"