# 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.62" name = "winsfs-cli" version = "0.7.0" exclude = ["tests/"] description = "Site frequency spectrum estimation based on window expectation-maximisation algorithm" homepage = "https://github.com/malthesr/winsfs" license = "MIT" repository = "https://github.com/malthesr/winsfs" resolver = "1" [[bin]] name = "winsfs" path = "src/main.rs" [dependencies.angsd-saf] version = "0.1" [dependencies.atty] version = "0.2" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.simple_logger] version = "2.1" features = ["stderr"] default-features = false [dependencies.winsfs-core] version = "0.1" [dev-dependencies.pretty_assertions] version = "1.2"