# 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 = "grass-runtime" version = "0.1.4" description = "Runtime library for GRASS" license = "MIT" repository = "https://github.com/38/grass" resolver = "2" [dependencies.d4-hts] version = "0.3.5" optional = true [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.memchr] version = "2.4.1" [dependencies.rand] version = "0.8.5" [features] htslib = ["d4-hts"]