# 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 = "rust_wfa" version = "1.0.0" description = "Rust implementation of the wavefront sequence alignment algorithm." homepage = "https://github.com/ostnam/rust-wfa" readme = "README.md" categories = [ "algorithms", "command-line-utilities", ] license = "MIT" repository = "https://github.com/ostnam/rust-wfa" resolver = "2" [lib] name = "lib" path = "src/lib.rs" [[bin]] name = "validation" path = "src/validation.rs" [[bench]] name = "bench_wfa" harness = false [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.num_cpus] version = "1.13.1" [dependencies.rand] version = "0.8.5" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dev-dependencies.criterion] version = "0.3"