# 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 = "wave" version = "0.1.1" authors = ["flxzt"] exclude = ["misc/showcase/*"] description = "A no-std no-alloc gesture recognition library for low resolution TOF-Sensors" homepage = "https://github.com/flxzt/wave" readme = "README.md" keywords = [ "embedded", "sensors", "tof", "gestures", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT" repository = "https://github.com/flxzt/wave" [profile.dev] opt-level = "s" panic = "abort" [profile.release] opt-level = "s" panic = "abort" [lib] name = "wave" crate-type = [ "lib", "staticlib", ] [dependencies.libm] version = "0.2.5" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [build-dependencies]