# 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" rust-version = "1.70" name = "sfs-cli" version = "0.1.0" authors = ["Malthe Sebro Rasmussen"] description = "Tools for working with site frequency spectra" homepage = "https://github.com/malthesr/sfs" license = "MIT" repository = "https://github.com/malthesr/sfs" [[bin]] name = "sfs" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.env_logger] version = "0.10" default-features = false [dependencies.log] version = "0.4" [dependencies.sfs-core] version = "0.1" [dev-dependencies.trycmd] version = "0.14"