# 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" name = "sfasta" version = "0.3.5" authors = ["Joseph Guhlin "] exclude = [ "**/*.fasta", "libsfasta/test_data/", "*.profdata", ] description = "Better FASTA sequence compression and querying" keywords = [ "bioinformatics", "fasta", "compression", ] categories = [ "science", "command-line-utilities", "filesystem", "compression", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jguhlin/sfasta" [[bin]] name = "sfa" path = "src/main.rs" [dependencies.bitpacking] version = "0.8.4" features = ["bitpacker8x"] [dependencies.brotli] version = "3.3.4" [dependencies.clap] version = "4.0.29" features = [ "suggestions", "derive", "cargo", "color", "wrap_help", ] [dependencies.crossbeam] version = "0.8.1" [dependencies.env_logger] version = "0.10.0" [dependencies.flate2] version = "1.0.24" features = ["zlib-ng"] default-features = false [dependencies.git-version] version = "0.3.5" [dependencies.indicatif] version = "0.17.0" [dependencies.libsfasta] version = "0.3.4" [dependencies.log] version = "0.4.17" [dependencies.lz4_flex] version = "0.9.4" [dependencies.mimalloc] version = "0.1.29" optional = true default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_core] version = "0.6.3" [dependencies.sigpipe] version = "0.1.3" [dependencies.simdutf8] version = "0.1.4" [dependencies.snap] version = "1.0.5" [dependencies.xz] version = "0.1.0" [dependencies.zstd] version = "0.12.1" features = [ "arrays", "experimental", ] default-features = false [features] default = ["mimalloc"] jemalloc = ["dep:tikv-jemallocator"] mimalloc = ["dep:mimalloc"] nightly = [] [target."cfg(not(target_env = \"msvc\"))".dependencies.tikv-jemallocator] version = "0.5.0" optional = true