# 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-py" version = "0.9.1" authors = ["Martin Larralde "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PyO3 bindings and Python interface to the lightmotif crate." homepage = "https://github.com/althonos/lightmotif/tree/main/lightmotif-py" readme = "README.md" keywords = [ "bioinformatics", "python", "bindings", "pssm", ] categories = ["science"] license = "MIT OR GPL-3.0-or-later" repository = "https://github.com/althonos/lightmotif" [lib] name = "lightmotif_py" crate-type = [ "cdylib", "rlib", ] path = "lightmotif/lib.rs" doctest = false [[test]] name = "unittest" path = "lightmotif/tests/unittest.rs" harness = false [dependencies.generic-array] version = "1.0.0" [dependencies.lightmotif] version = "0.9.1" [dependencies.lightmotif-io] version = "0.9.1" [dependencies.lightmotif-tfmpvalue] version = "0.9.1" optional = true [dependencies.pyo3] version = "0.22.0" [features] built = [] default = ["pvalues"] extension-module = ["pyo3/extension-module"] nightly = ["pyo3/nightly"] pvalues = ["lightmotif-tfmpvalue"]