# 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 = "microflow" version = "0.1.3" authors = ["Matteo Carnelos "] include = [ "/src/**", "/benches/**", "/tests/**", "/models/**", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/README.md", ] description = "A robust and efficient TinyML inference engine" documentation = "https://docs.rs/microflow" readme = "README.md" keywords = ["tinyml"] categories = [ "embedded", "no-std", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/matteocarnelos/microflow-rs" [profile.release] lto = true [[bench]] name = "sine" harness = false [[bench]] name = "speech" harness = false [[bench]] name = "person_detect" harness = false [dependencies.libm] version = "0.2" [dependencies.microflow-macros] version = "0.1" [dependencies.nalgebra] version = "0.32" features = ["macros"] default-features = false [dependencies.simba] version = "0.8" default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.csv] version = "1.2"