# 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 = "gtdb_tree" version = "0.1.9" authors = ["dagou "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library for parsing Newick format files, especially GTDB tree files." homepage = "https://github.com/eric9n/gtdb_tree" readme = "README.md" keywords = [ "Newick", "GTDB", "tree", "parser", ] license = "MIT" repository = "https://github.com/eric9n/gtdb_tree" [lib] name = "gtdb_tree" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.memchr] version = "2.7.4" [dependencies.pyo3] version = "0.22" features = ["extension-module"] optional = true [build-dependencies.pyo3-build-config] version = "0.22.0" [features] bindings = ["pyo3"] python = ["pyo3"]