# 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] edition = "2018" name = "bam" version = "0.1.4" authors = ["Timofey Prodanov "] exclude = [".cargo_vcs_info.json", ".gitignore"] description = "Crate that allows to read and write BAM, SAM and BGZIP files, written completely in Rust." documentation = "https://docs.rs/bam" readme = "README.md" keywords = ["bam", "sam", "htslib", "bgzip", "pileup"] license = "MIT" repository = "https://gitlab.com/tprodanov/bam" [profile.dev] opt-level = 3 incremental = false [profile.test] opt-level = 3 [dependencies.byteorder] version = "1.3" [dependencies.crc32fast] version = "1.2" [dependencies.flate2] version = "1.0" features = ["rust_backend"] default-features = false [dev-dependencies.glob] version = "0.3" [dev-dependencies.rand] version = "0.7"