[package]
name = "beecast"
description = "Browser Cast — turn an asciinema .cast recording into a single self-contained .html player page."
version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
readme = "README.md"
license = "MIT AND Apache-2.0"
keywords = ["asciinema", "terminal", "cast", "player", "html"]
categories = ["command-line-utilities"]
include = ["/src/", "/README.md", "/LICENSE"]
[[bin]]
name = "beecast"
path = "src/main.rs"
[dependencies]
beecast-dto.workspace = true
beecast-page.workspace = true
serde_json.workspace = true
anyhow.workspace = true