# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "find_peaks" version = "0.1.5" authors = ["tungli "] build = false description = "Find peaks that match criteria in 1D data." homepage = "https://github.com/tungli/find_peaks-rs.git" documentation = "https://docs.rs/find_peaks/" readme = "README.md" keywords = ["signal", "spectrum", "data-science", "prominence"] categories = ["science", "mathematics"] license = "MIT" repository = "https://github.com/tungli/find_peaks-rs.git" [lib] crate-type = ["lib"] [[example]] name = "spectrum" crate-type = ["bin"] [[example]] name = "oil" crate-type = ["bin"] [dependencies] [dev-dependencies.pyo3] version = "0.13"