# 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 = "tf-binding-rs" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast transcription factor binding site prediction and FASTA manipulation in Rust" readme = "README.md" license = "MIT" [lib] name = "tf_binding_rs" path = "src/lib.rs" [[bin]] name = "tf-binding-rs" path = "src/main.rs" [[test]] name = "fasta_utils_tests" path = "tests/fasta_utils_tests.rs" [dependencies.ndarray] version = "0.16.1" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.polars] version = "0.44.2" features = [ "lazy", "dtype-struct", "log", ] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.statrs] version = "0.17.1" [dependencies.thiserror] version = "2.0.3"