# 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 = "nu_plugin_bio" version = "0.85.0" authors = ["Max Brown"] description = "Parse and manipulate common bioinformatic formats in nushell." readme = "README.md" license = "MIT" repository = "https://github.com/" [dependencies.bstr] version = "1.0.1" [dependencies.gfa] version = "0.10.1" [dependencies.noodles] version = "0.53.0" features = [ "fasta", "fastq", "bam", "sam", "cram", "bcf", "vcf", "gff", "bgzf", "bed", ] [dependencies.nu-plugin] version = "0.85.0" [dependencies.nu-protocol] version = "0.85.0" features = ["plugin"]