# 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 = "bazbandilo" version = "0.1.6" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A chaotic communications simulator." homepage = "https://github.com/Fierthraix/bazbandilo" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Fierthraix/bazbandilo.git" [profile.test] opt-level = 3 [lib] name = "bazbandilo" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[test]] name = "asdf" path = "tests/asdf.rs" [[test]] name = "ber" path = "tests/ber.rs" [[test]] name = "bpsk" path = "tests/bpsk.rs" [[test]] name = "cdma" path = "tests/cdma.rs" [[test]] name = "eb" path = "tests/eb.rs" [[test]] name = "fft" path = "tests/fft.rs" [[test]] name = "fh_ofdm_dcsk" path = "tests/fh_ofdm_dcsk.rs" [[test]] name = "normtest" path = "tests/normtest.rs" [[test]] name = "ofdm" path = "tests/ofdm.rs" [[test]] name = "pd" path = "tests/pd.rs" [[test]] name = "willie" path = "tests/willie.rs" [dependencies.assert_approx_eq] version = "1.1" [dependencies.itertools] version = "0.13" [dependencies.ndarray] version = "0.16" [dependencies.ndrustfft] version = "0.5" [dependencies.num] version = "0.4" [dependencies.num-complex] version = "0.4" [dependencies.numpy] version = "0.22" [dependencies.pyo3] version = "0.22" features = [ "auto-initialize", "num-complex", "gil-refs", ] [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.realfft] version = "3.3" [dependencies.reed-solomon] version = "0.2" [dependencies.rustfft] version = "6.2" [dependencies.sci-rs] version = "0.3" [dependencies.smallvec] version = "1.13" [dev-dependencies.average] version = "0.15.1" [dev-dependencies.convert_case] version = "0.6" [dev-dependencies.csv] version = "1.3" [dev-dependencies.kdam] version = "0.6" features = ["rayon"] [dev-dependencies.num_cpus] version = "1.0" [dev-dependencies.rayon] version = "1.10" [dev-dependencies.rmp-serde] version = "1.3" [dev-dependencies.rstest] version = "0.23" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.welch-sde] version = "0.1" [features] extension-module = ["pyo3/extension-module"]