[package]
edition = "2018"
name = "rs3a"
version = "2.2.5"
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"