# SPDX-FileCopyrightText: 2023 Laurent Modolo # # SPDX-License-Identifier: AGPL-3.0-or-later [package] name = "bamcalib" version = "0.1.5" edition = "2021" description = "A command line tools to compute normalized bigwig from calibrated bam of a Chip-Seq experiment" license = "AGPL-3.0-or-later" readme = "README.md" homepage = "https://gitbio.ens-lyon.fr/LBMC/Bernard/bamcalib" repository = "https://gitbio.ens-lyon.fr/LBMC/Bernard/bamcalib" categories = ["command-line-utilities", "science"] [badges] maintenance = { status = "passively-maintained" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bam = '0.1.4' bigtools = '0.1.11' futures = '0.3.25' statrs = '0.16.0' clap = { version = '4.1.1', features = ["derive"]}