# 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 = "2021" name = "vox_writer" version = "0.1.9" authors = ["Stephane Cuillerdier (aka aiekick) "] exclude = [ "/.gitignore", "/.github/*", "/main*", ] description = "A simple writer module for MagicaVoxel file format" documentation = "https://docs.rs/vox_writer/" readme = "README.md" keywords = [ "vox", "magicavoxel", "3d", "file", "writer", ] categories = [ "data-structures", "encoding", "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/aiekick/MagicaVoxel_File_Writer_for_Rust"