# 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.62" name = "kff" version = "0.9.0" authors = ["Pierre Marijon "] exclude = [ ".copier-answers.yml", ".github/*", ] description = "Kmer File Format Rust parser" homepage = "https://github.com/natir/kff" documentation = "https://natir.github.io/kff/kff" readme = "Readme.md" license-file = "LICENSE" repository = "https://github.com/natir/kff" resolver = "2" [profile.profiling] debug = true inherits = "release" [profile.release] opt-level = 3 lto = "thin" panic = "abort" overflow-checks = false incremental = false [dependencies.bitvec] version = "1" [dependencies.getset] version = "0.1" [dependencies.log] version = "0.4" [dependencies.rustc-hash] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.clap] version = "3" features = ["derive"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.stderrlog] version = "0.4" [dev-dependencies.tempfile] version = "3"