# 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 = "ape-table-trig" version = "0.2.0" authors = ["Charles Thompson"] description = "implementations of sin, cos, and tan using precalculated tables" readme = "README.md" keywords = [ "math", "trigonometry", "no_std", "embedded", ] license = "MIT" repository = "https://github.com/Gip-Gip/ape-table-trig" [[bench]] name = "sin" harness = false [dependencies.ape-table-trig-macros] version = "0.2.0" [dev-dependencies.criterion] version = "0.3.6" features = ["html_reports"] [dev-dependencies.libm] version = "0.2.6"