rs3a 2.3.8

Animated ascii art rust library
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 = "2018"
name = "rs3a"
version = "2.3.8"
authors = ["asciimoth"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Animated ascii art rust library"
documentation = "https://docs.rs/rs3a"
readme = "README.md"
keywords = [
    "3a",
    "animated-ascii-art",
    "text",
    "ascii",
    "ascii-art",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asciimoth/rs3a"

[lib]
name = "rs3a"
path = "src/lib.rs"

[[example]]
name = "edit-and-export"
path = "examples/edit-and-export.rs"

[dependencies.ordermap]
version = "1.1.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"