# 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 = "2018" name = "blend_info" version = "0.2.9" authors = ["Jan Walter "] description = "Print some information about a Blender scene file" readme = "README.md" keywords = [ "blender", "binary-files", "scene", ] categories = [ "multimedia::encoding", "command-line-utilities", "graphics", "rendering::data-formats", ] license = "MIT OR Apache-2.0" license-file = "LICENSE.rtf" repository = "https://git.sr.ht/~wahn/blend_info" [[bin]] name = "blend_info" path = "src/bin/blend_info.rs" [dependencies.structopt] version = "0.3.26"