# 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 = "seqrepo" version = "0.10.3" authors = ["Manuel Holtgrewe "] description = "Port of (read-only) functionality of biocommons/seqrepo to Rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/varfish-org/seqrepo-rs" [lib] name = "seqrepo" path = "src/lib.rs" [dependencies.chrono] version = "0.4" optional = true [dependencies.noodles] version = "0.76.0" features = [ "bgzf", "core", "fasta", ] optional = true [dependencies.rusqlite] version = "0.31" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.clap] version = "4.1" features = [ "derive", "env", ] [dev-dependencies.clap-verbosity-flag] version = "2.0" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.temp_testdir] version = "0.2" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.textwrap] version = "0.16" [dev-dependencies.tracing-subscriber] version = "0.3" [features] cached = ["impl"] default = ["impl"] impl = [ "dep:chrono", "dep:noodles", "dep:rusqlite", ]