aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b1d4d311c39abbbef4810e92267448aa75ace235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "ttyrec"
version = "0.3.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"

description = "reads and writes ttyrec files"
license = "MIT"
repository = "https://git.tozt.net/ttyrec"
readme = "README.md"
keywords = ["ttyrec"]
categories = ["parser-implementations"]

[dependencies]
futures-lite = { version = "1.12.0", optional = true }

[features]
default = ["async"]
async = ["futures-lite"]