# 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 = "2021" name = "raptor-code" version = "1.0.6" authors = ["Yannick Poirier "] description = "A Rust library for implementing Forward Error Correction (FEC) using Raptor codes." homepage = "https://github.com/ypo/raptor" readme = "README.md" keywords = [ "fec", "network", "5g", "satellite", ] categories = [ "network-programming", "encoding", "aerospace::space-protocols", ] license = "MIT" repository = "https://github.com/ypo/raptor" [lib] name = "raptor_code" path = "src/lib.rs" [[bench]] name = "encode" harness = false [dependencies.log] version = "0.4" [dependencies.primes] version = "0.3.0" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.rand] version = "0.8"