[package]
edition = "2021"
name = "beecast-player"
version = "0.5.0"
authors = ['Dmitry "Dima" Korolev <dmitry.korolev@gmail.com>']
build = false
include = [
"/src/",
"/README.md",
"/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The first-party beecast player — a clean-room, dependency-free asciicast (v1/v2/v3) player and VT emulator, exposed as inlinable JS/CSS string constants, with live-follow append for recordings that are still growing."
readme = "README.md"
keywords = [
"asciinema",
"terminal",
"cast",
"player",
"vt100",
]
categories = [
"visualization",
"web-programming",
"multimedia",
]
license = "MIT"
repository = "https://github.com/dkorolev/beecast"
[lib]
name = "beecast_player"
path = "src/lib.rs"
[dependencies]