# 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 = "tesserae" version = "0.3.1" authors = ["Liam O’Connor "] description = "A library for manipulating 8x8 2-color tile graphics in the spirit of 8-bit text mode drawing." homepage = "https://github.com/liamoc/tesserae" documentation = "https://docs.rs/crate/tesserae" keywords = ["tiles", "petscii", "ascii", "textmode", "8bit"] categories = ["graphics", "game-development"] license = "BSD-3-Clause" repository = "https://github.com/liamoc/tesserae" [lib] name = "tesserae" path = "src/lib.rs" [dependencies.byteorder] version = "1.3.*" [dependencies.sdl2] version = "0.33.*" [dev-dependencies.bit_reverse] version = "0.1.8" [dev-dependencies.clap] version = "2.33.0" [badges.maintenance] status = "experimental"