# 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 = "buffer-graphics-lib" version = "0.19.0" authors = ["Emma Britton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple graphics library for buffers" readme = "README.md" keywords = [ "graphics", "gamedev", "simple", ] categories = [ "graphics", "game-development", ] license-file = "LICENSE" repository = "https://github.com/emmabritton/buffer-graphics-lib" [lib] name = "buffer_graphics_lib" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" required-features = ["image_loading"] [dependencies.embedded-graphics-core] version = "0.4" optional = true default-features = false [dependencies.fnv] version = "1.0" [dependencies.graphics-shapes] version = "0.4.3" default-features = false [dependencies.ici-files] version = "0.4.0" default-features = false [dependencies.image_lib] version = "0.25" optional = true package = "image" [dependencies.log] version = "0.4" [dependencies.noto-sans-mono-bitmap] version = "0.3" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.fastrand] version = "2.1.1" [features] default = ["serde"] embedded = ["embedded-graphics-core"] image_loading = ["image_lib"] mint = ["graphics-shapes/mint"] notosans = ["noto-sans-mono-bitmap"] serde = [ "dep:serde", "graphics-shapes/serde", "ici-files/serde", ]