# 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 = "biodiff" version = "1.2.1" authors = ["8051Enthusiast <8051Enthusiast@protonmail.com>"] default-run = "biodiff" description = "Compare binary files using sequence alignment" readme = "README.md" license = "MIT" repository = "https://github.com/8051Enthusiast/biodiff" [profile.dev.package.bio] opt-level = 3 [profile.dist] lto = true codegen-units = 1 inherits = "release" strip = "symbols" [dependencies.bio] version = "1.6.0" [dependencies.biodiff-wfa2-sys] version = "2.3.5" optional = true default-features = false [dependencies.clap] version = "4.5.4" features = [ "color", "help", "usage", "std", "derive", ] default-features = false [dependencies.crossterm] version = "0.25.0" [dependencies.cursive] version = "0.20.0" features = ["crossterm-backend"] default-features = false [dependencies.cursive_buffered_backend] version = "0.6.1" [dependencies.dirs] version = "5.0.1" [dependencies.hexagex] version = "0.2.3" [dependencies.realfft] version = "3.3.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.unicode-width] version = "0.1.11" [dev-dependencies.trycmd] version = "0.15.1" [features] bundle-wfa2 = [ "biodiff-wfa2-sys/bundle-wfa2", "wfa2", ] default = ["bundle-wfa2"] wfa2 = ["dep:biodiff-wfa2-sys"]