# 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" rust-version = "1.75" name = "pccc" version = "0.2.0" authors = ["Venkat Venkatesan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parallel-concatenated convolutional code" documentation = "https://docs.rs/pccc" readme = "README.md" keywords = [ "turbo", "encoder", "decoder", "interleaver", "LTE", ] categories = [ "simulation", "science", "mathematics", ] license = "MIT" repository = "https://github.com/venkat0791/pccc" [profile.release] debug = 2 [lib] name = "pccc" path = "src/lib.rs" [[bin]] name = "pccc" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.float_eq] version = "1.0" features = ["derive"] [dependencies.itertools] version = "0.13" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0"