# 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 = "mzpeaks" version = "0.23.0" build = false exclude = ["test/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library representing peaks in mass spectrometry data" documentation = "https://docs.rs/mzpeaks" readme = "README.md" keywords = ["mass-spectrometry"] categories = [] license = "Apache-2.0" repository = "https://github.com/mobiusklein/mzpeaks" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "doc/katex.html", ] [lib] name = "mzpeaks" path = "src/lib.rs" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [dev-dependencies.serde] version = "1.0.130" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.59" [features] serde-support = ["serde"]