# 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 = "diced-py" version = "0.1.2" authors = ["Martin Larralde "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PyO3 bindings and Python interface to the diced crate." homepage = "https://github.com/althonos/lightmotif/tree/main/diced-py" readme = "README.md" keywords = [ "bioinformatics", "genomics", "repeat", "crispr", "python", ] categories = ["science"] license = "GPL-3.0-or-later" repository = "https://github.com/althonos/diced" [lib] name = "diced_py" crate-type = [ "cdylib", "rlib", ] path = "diced/lib.rs" doctest = false [[test]] name = "unittest" path = "diced/tests/unittest.rs" harness = false [dependencies.diced] version = "0.1.2" [dependencies.pyo3] version = "0.22.5" [features] built = [] default = [] extension-module = ["pyo3/extension-module"] nightly = ["pyo3/nightly"]