[package] name = "accord-rs" version = "0.0.2" authors = ["Fynn Freyer "] edition = "2021" description = "Calculate consensus sequences" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/FynnFreyer/accord-rs" # documentation = "https://fynnfreyer.github.io/accord-rs" exclude = ["assets/*"] [lib] name = "accord" crate-type = ["cdylib"] [dependencies] pyo3 = "0.22" rust-htslib = "0.46" itertools = "0.13" counter = "0.6" clap = { version = "4.5", features = ["derive"] } log = "0.4"