buffer-graphics-lib 0.19.2

Simple graphics library for buffers
Documentation
# 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.2"
authors = ["Emma Britton <emmabritton@pm.me>"]
build = false
autolib = 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"

[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",
]

[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.5"
default-features = false

[dependencies.ici-files]
version = "0.4"
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 = "2.0"

[dev-dependencies.anyhow]
version = "1.0"