# 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-tfmpvalue" version = "0.9.1" authors = ["Martin Larralde "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust reimplementation of TFMPvalue for the lightmotif crate." homepage = "https://github.com/althonos/lightmotif" readme = "README.md" keywords = [ "bioinformatics", "motif", "pssm", "pvalue", ] categories = [ "science", "parser-implementations", ] license = "GPL-3.0-or-later" repository = "https://github.com/althonos/lightmotif" [lib] name = "lightmotif_tfmpvalue" path = "src/lib.rs" [[bench]] name = "exact" path = "benches/exact.rs" [dependencies.lightmotif] version = "0.9.1"