# 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 = "lrdf" version = "0.2.0" authors = ["Andreas Hauser "] description = "Commandline tool to generate a dataframe from Oxford Nanopore FastQ" readme = "README.md" keywords = [ "dataframe", "nanopore", "FastQ", "TSV", "commandline", ] license = "EUPL-1.2" repository = "https://github.com/ahcm/lrdf" [lib] name = "lrdf" crate-type = [ "cdylib", "lib", ] [[bin]] name = "lrdf" [dependencies.chrono] version = "0.4.23" [dependencies.fastx] version = "0.2.0" [dependencies.permutation] version = "0.4.1" [dependencies.structopt] version = "0.3.26"