# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "integer_array" version = "0.3.0" authors = ["Erik Buer"] exclude = ["numerical_verificatons/"] description = "No-STD numeric array." readme = "README.md" keywords = ["dsp", "radio", "audio", "no_std"] license-file = "LICENSE" repository = "https://github.com/ErikBuer/Integer-Array.git" [lib] name = "integer_array" crate-type = ["lib"] path = "src/lib.rs" test = true bench = false doc = true edition = "2018" [dependencies.fixed] version = "1.10.0" [dependencies.num] version = "0.4" default-features = false [dependencies.spectrum-analyzer] version = "1.1.2"