# 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 = "bioform" version = "0.1.0" authors = ["Will Owens "] exclude = ["/test_files/*"] description = "Tools for sniffing, parsing, and manipulating common biological file formats." homepage = "https://github.com/wsowens/bioform" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wsowens/bioform" [lib] name = "bioform" path = "src/lib.rs" [[bin]] name = "bioform" path = "src/main.rs" [[bench]] name = "parser_bench" harness = false [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.gb-io] version = "0.7.1" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1.3" [dependencies.regex] version = "1.10.6" [dependencies.rustc-hash] version = "2.0.0" [dev-dependencies.cool_asserts] version = "2.0.3" [dev-dependencies.criterion] version = "0.5.1"