vareffect 0.1.3

Variant consequence prediction and HGVS notation, concordant with Ensembl VEP.
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 = "2024"
name = "vareffect"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Variant consequence prediction and HGVS notation, concordant with Ensembl VEP."
homepage = "https://lia-genomics.com"
documentation = "https://docs.rs/vareffect"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomics",
    "vep",
    "hgvs",
    "variant",
]
categories = ["science::bioinformatics"]
license = "Apache-2.0"
repository = "https://github.com/LIA-Genomics/vareffect"

[package.metadata.docs.rs]
all-features = true
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "x86_64-pc-windows-msvc",
    "i686-unknown-linux-gnu",
    "i686-pc-windows-msvc",
]

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.coitrees]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.rmp-serde]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.rayon]
version = "1"

[dev-dependencies.tempfile]
version = "3"