# 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 = "lightmotif" version = "0.9.1" authors = ["Martin Larralde "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight platform-accelerated library for biological motif scanning using position weight matrices." homepage = "https://github.com/althonos/lightmotif" readme = "README.md" keywords = [ "bioinformatics", "genomics", "motif", "pssm", "matrix", ] categories = ["science"] license = "MIT" repository = "https://github.com/althonos/lightmotif" [lib] name = "lightmotif" path = "src/lib.rs" [[test]] name = "argmax" path = "tests/argmax.rs" [[test]] name = "dna" path = "tests/dna.rs" [[test]] name = "encode" path = "tests/encode.rs" [[test]] name = "stripe" path = "tests/stripe.rs" [[bench]] name = "encode" path = "benches/encode.rs" [[bench]] name = "max" path = "benches/max.rs" [[bench]] name = "score" path = "benches/score.rs" [[bench]] name = "stripe" path = "benches/stripe.rs" [[bench]] name = "threshold" path = "benches/threshold.rs" [dependencies.generic-array] version = "1.0" [dependencies.rand] version = "0.8.5" optional = true [dependencies.rand_distr] version = "0.4.3" optional = true [dependencies.typenum] version = "1.16" [features] default = [] sample = [ "rand", "rand_distr", ]