# 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 = "smafa" version = "0.8.0" authors = ["Ben Woodcroft "] exclude = ["tests/*"] description = "Read aligner for small pre-aligned sequences" homepage = "https://github.com/wwood/smafa" documentation = "https://github.com/wwood/smafa" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/wwood/smafa" [profile.release] lto = true strip = true [dependencies.bird_tool_utils] version = "0.4" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4.*" [dependencies.needletail] version = "0.5" [dependencies.postcard] version = "1" features = ["alloc"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_cli] version = "0.6" [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-fmt", "run-cargo-clippy", ] default-features = false [dev-dependencies.tempfile] version = "3.1"