placecare 1.1.0

A toolkit to quickly search for cis-acting regulatory elements using the PLACE database
Documentation
[[bin]]
name = "placecare"
path = "src/main.rs"

[build-dependencies.bincode]
version = "2.0.1"

[build-dependencies.env_logger]
version = "0.11.8"

[build-dependencies.log]
version = "0.4"

[dependencies.bincode]
version = "2.0.1"

[dependencies.bio]
version = "2.2.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.rayon]
version = "1.10.0"

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

[package]
authors = ["Zhixia <zhixiaovo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "science"]
description = "A toolkit to quickly search for cis-acting regulatory elements using the PLACE database"
documentation = "https://docs.rs/placecare"
edition = "2024"
homepage = "https://bio-here.github.io/placecare"
keywords = ["bioinformatics", "sequence-search"]
license = "MIT"
name = "placecare"
readme = "README.md"
repository = "https://github.com/bio-here/placecare"
version = "1.1.0"

[package.metadata.docs.rs]
all-features = true

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
overflow-checks = false
strip = "debuginfo"