# 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" rust-version = "1.68.2" name = "cic-fixed" version = "0.5.1" authors = ["Akiyuki Okayasu "] description = "CIC filter implementation for fixed point numbers" readme = "README.md" keywords = [ "cic", "filter", "no-std", "embedded", ] categories = [ "no-std", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AkiyukiOkayasu/cic-fixed" [[bench]] name = "cic_bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]