# 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] name = "numpress" version = "1.1.0" authors = ["Alex Huszagh "] description = "A pure rust implementation of ms-numpress, a fast, minimally lossy compression algorithm for mass spectrometry data." documentation = "https://docs.rs/numpress" readme = "README.md" keywords = ["biology", "mass_spectrometry", "proteomics", "compression"] categories = ["science", "compression", "no-std"] license = "BSD-3-Clause-Clear/Apache-2.0" repository = "https://github.com/AlexHuszagh/numpress" [dev-dependencies.approx] version = "0.3.0" [dev-dependencies.rand] version = "0.5" [features] default = ["std"] std = [] [badges.travis-ci] repository = "AlexHuszagh/numpress"