# 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 = "fixed_trigonometry" version = "0.4.4" authors = ["Erik Buer"] build = false exclude = ["figures/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Fixed point numerical approimations to trigonometric functions." readme = "README.md" keywords = [ "dsp", "no_std", ] license-file = "LICENSE" repository = "https://github.com/ErikBuer/Fixed-Trigonometry" [lib] name = "fixed_trigonometry" crate-type = ["lib"] path = "src/lib.rs" test = true bench = false doc = true [[test]] name = "atan_comparison" path = "tests/atan_comparison.rs" [[test]] name = "cos_comparison" path = "tests/cos_comparison.rs" [[test]] name = "sin_comparison" path = "tests/sin_comparison.rs" [[test]] name = "sqrt_comparison" path = "tests/sqrt_comparison.rs" [dependencies.cordic] version = "^0.1" [dependencies.fixed] version = "^1.13" [dependencies.mixed-num] version = "^0.5" [dependencies.num] version = "^0.4" default-features = false [dev-dependencies.plotters] version = "^0.3.1" [features] alloc = [] default = ["alloc"]