oricle 0.2.0

Pure-Rust bacterial oriC (replication origin) prediction via GC-skew (Z-curve) + DnaA-box clustering, Ori-Finder style, database-free
Documentation
# 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"
rust-version = "1.82"
name = "oricle"
version = "0.2.0"
authors = ["Sunju Kim <n.e.coli.1822@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust bacterial oriC (replication origin) prediction via GC-skew (Z-curve) + DnaA-box clustering, Ori-Finder style, database-free"
documentation = "https://docs.rs/oricle"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomics",
    "bacteria",
    "oric",
    "replication",
]
categories = [
    "science",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/necoli1822/oricle"

[lib]
name = "oricle"
path = "src/lib.rs"

[[bin]]
name = "oricle"
path = "src/main.rs"

[[test]]
name = "regression"
path = "tests/regression.rs"

[dependencies.needletail]
version = "0.6"

[profile.release]
lto = true