fountain_engine 2.0.1

Core algorithms for fountain code encoding and decoding
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"