# 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 = "mzdeisotope-map" version = "0.2.1" build = false exclude = ["tests/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to deisotope and charge state deconvolve mass spectra" documentation = "https://docs.rs/mzdeisotope-map" readme = "README.md" keywords = [ "mass-spectrometry", "deisotoping", "charge-deconvolution", ] categories = [ "science", "science::bioinformatics::proteomics", ] license = "Apache-2.0" repository = "https://github.com/mobiusklein/mzdeisotope" [lib] name = "mzdeisotope_map" path = "src/lib.rs" [dependencies.chemical_elements] version = "0.4.0" features = ["mzpeaks"] [dependencies.identity-hash] version = "0.1.0" [dependencies.itertools] version = "0.12.0" [dependencies.mzdata] version = ">=0.33.0" features = [ "mzsignal", "nalgebra", ] default-features = false [dependencies.mzdeisotope] version = "0.2.1" [dependencies.mzpeaks] version = ">=0.22.0,<1.0.0" [dependencies.mzsignal] version = ">= 0.25.0,<1.0.0" features = [ "nalgebra", "avx", ] default-features = false [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dev-dependencies.flate2] version = "1.0.28" [dev-dependencies.rayon] version = "1.7.0" [dev-dependencies.test-log] version = "0.2.12" features = ["trace"] [dev-dependencies.tracing-appender] version = "0.2.3" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", "chrono", ]