# 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 = "ascii_renderer" version = "1.1.1" authors = ["Evan McPheron"] include = [ "src/*", "README.md", "LICENSE", "tutorial.md", ] description = "A wireframe rendering engine that renders into ascii text, written for fun entirely in Rust." readme = "README.md" keywords = [ "text", "3D", "Wireframe", "Renderer", "terminal", ] categories = [ "rendering", "command-line-utilities", ] license = "MIT" repository = "https://github.com/EvanCMcPheron/ascii_renderer" [dependencies.crossterm] version = "0.26.1" [dependencies.obj] version = "0.10.2"