Skip to content
Snippets Groups Projects
Cargo.toml 669 B
Newer Older
Stephen D's avatar
wip
Stephen D committed
[package]
name = "ham-cats"
Stephen D's avatar
Stephen D committed
version = "0.2.2"
Stephen D's avatar
wip
Stephen D committed
edition = "2021"
Stephen D's avatar
Stephen D committed
license = "MIT"
Stephen D's avatar
Stephen D committed
description = "Reference implementations for CATS, the ham radio protocol"
repository = "https://gitlab.scd31.com/cats/ham_cats"
homepage = "https://cats.radio"
categories = ["embedded", "encoding", "no-std", "no-std::no-alloc"]
Stephen D's avatar
wip
Stephen D committed

[dependencies]
Stephen D's avatar
Stephen D committed
arrayvec = { version = "0.7.4", default-features = false }
Stephen D's avatar
Stephen D committed
bitvec = { version = "1.0.1", default-features = false }
Stephen D's avatar
Stephen D committed
crc = "3.0.1"
Stephen D's avatar
Stephen D committed
encoding_rs = { version = "0.8.33", default-features = false }
Stephen D's avatar
Stephen D committed
half = { version = "2.3.1", default-features = false }
Stephen D's avatar
Stephen D committed
labrador-ldpc = "1.2.1"
paste = "1.0.14"
Stephen D's avatar
Stephen D committed
snafu = { version = "0.7.5", default-features = false }