[package] name = "onlinecode" version = "0.1.1" edition = "2018" description = "An implementation of \"Online Codes\", a type of Fountain Code" homepage = "https://github.com/declanmalone/onlinecode" categories = ["mathematics", "networking", "algorithms" ] keywords = ["networking", "fountain", "code", "algorithms", "erasure"] license = "GPL-2.0-or-later OR LGPL-2.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] digest = "0.9.0" sha-1 = "0.9.6" "clap" = "2.33.3" rand = "0.8.4" rand_core = "0.6.3"