# 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 = "nafcodec" version = "0.2.0" authors = ["Martin Larralde "] description = "Rust coder/decoder for Nucleotide Archive Format (NAF) files." homepage = "https://github.com/althonos/nafcodec" readme = "README.md" keywords = [ "nucleotide", "archive", "biology", "bioinformatics", ] categories = [ "science", "parser-implementations", "compression", ] license = "MIT" repository = "https://github.com/althonos/nafcodec" [[test]] name = "decode" path = "tests/decoder/mod.rs" [dependencies.nom] version = "7.1.3" [dependencies.tempfile] version = "3.8.1" optional = true [dependencies.zstd] version = "0.13.1" features = ["experimental"] [features] arc = [] default = ["tempfile"] nightly = []