# 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 = "2018" name = "fusta" version = "1.7.1" authors = ["Franklin Delehelle "] exclude = [ "fusta.png", "fusta.svg", "shell.nix", ] description = "FUSTA leverages the FUSE interface to transparently manipulate multiFASTA files as independent files" homepage = "https://github.com/delehef/fusta" readme = "README.org" keywords = [ "bioinformatics", "fasta", "fuse", ] categories = [ "science", "command-line-utilities", "filesystem", ] license = "CECILL-C" repository = "https://github.com/delehef/fusta" [profile.release] debug = true [dependencies.anyhow] version = "1" [dependencies.ascii_table] version = "4" [dependencies.clap] version = "3.2" features = ["cargo"] [dependencies.ctrlc] version = "3.0" features = ["termination"] [dependencies.daemonize] version = "0.4" [dependencies.fuser] version = "0.11" [dependencies.human-panic] version = "1" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1.0" [dependencies.memmap2] version = "0.5" [dependencies.multi-map] version = "1.3" [dependencies.notify-rust] version = "4" optional = true [dependencies.num-format] version = "0.4" [dependencies.regex] version = "1" [dependencies.simplelog] version = "0.12" [dependencies.smartstring] version = "1" [dependencies.tempfile] version = "3" [features] notifications = ["notify-rust"]