# 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 = "ldpc-toolbox" version = "0.7.0" authors = ["Daniel Estevez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities to aid in LDPC code design" homepage = "https://github.com/daniestevez/ldpc-toolbox" documentation = "https://docs.rs/ldpc-toolbox" readme = "README.md" keywords = [ "ldpc", "fec", "graph", ] categories = [ "mathematics", "science", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/daniestevez/ldpc-toolbox" [lib] name = "ldpc_toolbox" crate-type = [ "lib", "cdylib", "staticlib", ] path = "src/lib.rs" [[bin]] name = "ldpc-toolbox" path = "src/main.rs" doc = false [[example]] name = "external_decoder_ber" path = "examples/external_decoder_ber.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.console] version = "0.15" [dependencies.ctrlc] version = "3" [dependencies.enum-iterator] version = "2" [dependencies.humantime] version = "2" [dependencies.libc] version = "0.2" [dependencies.ndarray] version = "0.16" [dependencies.num-complex] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.rand_core] version = "0.6" [dependencies.rand_distr] version = "0.4" [dependencies.rayon] version = "1.5" [dependencies.termination] version = "0.1" [dependencies.thiserror] version = "1"