# 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 = "ssdv-fec" version = "0.1.1" authors = ["Daniel Estevez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SSDV systematic erasure FEC" homepage = "https://github.com/daniestevez/ssdv-fec/" readme = "README.md" keywords = [ "fec", "reed-solomon", "galois-field", "satellite", "erminaz", ] categories = ["aerospace::space-protocols"] license = "MIT OR Apache-2.0" repository = "https://github.com/daniestevez/ssdv-fec/" [lib] name = "ssdv_fec" path = "src/lib.rs" [[bin]] name = "ssdv-fec" path = "src/main.rs" required-features = [ "cli", "std", ] [dependencies.anyhow] version = "1" features = ["std"] optional = true [dependencies.clap] version = "4.4.7" features = ["derive"] optional = true [dependencies.ssdv-fec-gf-tables] version = "0.1" [dependencies.thiserror] version = "1" optional = true [features] cli = [ "anyhow", "clap", "std", ] default = [ "cli", "std", ] std = ["thiserror"]