[package]
edition = "2024"
name = "fountain_engine"
version = "2.0.1"
authors = ["Shenghao Yang"]
build = false
include = [
"src/**",
"Cargo.toml",
"README.md",
"CHANGELOG.md",
"LICENSE",
"LICENSE-AGPL",
"LICENSE-COMMERCIAL",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core algorithms for fountain code encoding and decoding"
documentation = "https://shhyang.github.io/fountain_docs/"
readme = "README.md"
keywords = [
"fountain-code",
"erasure-coding",
"rateless",
"LT-code",
]
categories = [
"algorithms",
"encoding",
"network-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/shhyang/fountain_engine"
[features]
default = []
[lib]
name = "fountain_engine"
path = "src/lib.rs"
[dependencies.smallvec]
version = "1.13"