[package] name = "networkcoding" version = "0.1.1" edition = "2018" license = "Apache-2.0" description = "This is a generic network coding library. This library provides abstractions for window-based error correcting codes." [dependencies] vandermonde_lc = "0.1.1" rustgf = "0.1.1" libc = "0.2.0" byteorder = "1.4.3" tinymt = "1.0" rand = "0.8.4" [lib] crate-type = ["lib", "staticlib", "cdylib"]