# 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" rust-version = "1.58.1" name = "homopolymer-compress" version = "1.0.0" description = "Homopolymer compression of arbitrary sequences." license = "BSD-2-Clause" repository = "https://github.com/sebschmi/homopolymer-compress-rs" resolver = "2" [lib] [[bin]] name = "homopolymer-compress" [dependencies.bio] version = "0.40.0" [dependencies.clap] version = "3.1.5" features = ["derive"] [dependencies.crossbeam] version = "0.8.1" [dependencies.log] version = "0.4.14" [dependencies.simplelog] version = "0.11.2"