# 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 = "exon-gff" version = "0.32.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for reading and writing GFF files with Exon." homepage = "https://www.wheretrue.dev/docs/exon/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wheretrue/exon" [lib] name = "exon_gff" path = "src/lib.rs" [dependencies.arrow] version = "52.2.0" [dependencies.exon-common] version = "0.32.2" [dependencies.futures] version = "0.3" [dependencies.noodles] version = "0.79" features = [ "core", "gff", "async", ] [dependencies.object_store] version = "0.10.2" [dependencies.tokio] version = "1" features = ["io-util"] [dev-dependencies]