# 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 = "mixed-num" version = "0.5.5" authors = ["Erik Buer"] description = "A trait for generic implementations of numerical methods." readme = "README.md" keywords = ["dsp", "radio", "audio", "no_std"] license-file = "LICENSE" repository = "https://github.com/ErikBuer/Mixed-Num" resolver = "2" [lib] crate-type = ["lib"] path = "src/lib.rs" test = true bench = false doc = true [dependencies.cordic] version = "0.1" [dependencies.fixed] version = "1.13" [dependencies.libm] version = "0.2" [dependencies.num] version = "0.4" default-features = false [dependencies.typenum] version = "1.15" [dev-dependencies.plotters] version = "^0.3.1" [features] std = []