# 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 = "nafcodec-py" version = "0.2.0" authors = ["Martin Larralde "] description = "PyO3 bindings and Python interface to the nafcodec crate." homepage = "https://github.com/althonos/nafcodec" readme = "README.md" keywords = [ "nucleotide", "archive", "biology", "bioinformatics", ] categories = [ "science", "parser-implementations", "compression", ] license = "MIT" repository = "https://github.com/althonos/nafcodec" [lib] crate-type = [ "cdylib", "rlib", ] path = "nafcodec/lib.rs" doctest = false [[test]] name = "unittest" path = "nafcodec/tests/unittest.rs" harness = false [dependencies.nafcodec] version = "0.2.0" features = ["arc"] [dependencies.pyo3] version = "0.21.1" [features] default = [] extension-module = ["pyo3/extension-module"] nightly = ["pyo3/nightly"]