# 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 = "klassify" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Classify chimeric reads based on unique kmer contents" readme = "README.md" license-file = "LICENSE" [lib] name = "klassify" path = "src/lib.rs" [[bin]] name = "klassify" path = "src/main.rs" [dependencies.bincode] version = "1.3" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.csv] version = "1.3" [dependencies.env_logger] version = "0.11" [dependencies.flate2] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.needletail] version = "0.5" [dependencies.num_cpus] version = "1.16" [dependencies.rayon] version = "1.10" [dependencies.rust-htslib] version = "0.46" [dependencies.serde] version = "1.0" features = ["derive"]