[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
serialization = ["serde"]
[package]
authors = ["Michael Lazear <lazear@scripps.edu>"]
description = "Rust library for working with proteomics data quantified by the Census algorithm"
edition = "2018"
homepage = "https://github.com/lazear/census"
license = "MIT"
name = "census-proteomics"
repository = "https://github.com/lazear/census.git"
version = "0.3.3"