# 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 = "gfatk" version = "0.2.3" description = """ gfatk is a command line tool for manipulating small to medium sized GFA files, and specifically for output from the genome assembler MBG. """ homepage = "https://github.com/tolkit/gfatk" documentation = "https://github.com/tolkit/gfatk" readme = "README.md" keywords = [ "gfa", "gfatk", "assembly", "genome", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tolkit/gfatk" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.bstr] version = "1.4.0" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.2.1" features = ["cargo"] [dependencies.gfa] version = "0.10.1" [dependencies.itertools] version = "0.10.2" [dependencies.petgraph] version = "0.6.0" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.predicates] version = "3.0.2"