# 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 = "motif_finder" version = "0.9.2" authors = ["Nithish Narasimman "] description = """ Find motifs using Gibbs Sampler, Median String, and Randomized Motif Search algorithms in a fasta formatted file of reads Refer to the README to understand the input data""" homepage = "https://github.com/nithishbn/MotifFinder" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/nithishbn/MotifFinder" [package.metadata.wapm] abi = "wasi" namespace = "nithishbn" [lib] path = "src/lib.rs" [[bin]] name = "motif_finder" path = "src/bin/motif_finder.rs" [dependencies.bio] version = "1.3.0" [dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [dependencies.clap] version = "4.1.8" features = [ "derive", "std", "help", "usage", "error-context", "suggestions", "color", ] default-features = false [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.indicatif] version = "0.17.3" features = ["rayon"] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [build-dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [build-dependencies.clap] version = "4.1.8" features = [ "derive", "std", "help", "usage", "error-context", "suggestions", "color", ] default-features = false [build-dependencies.clap_mangen] version = "0.2.10" [build-dependencies.rayon] version = "1.7.0"