# 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 = "grumpy" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Genetic analysis in Rust." readme = "README.md" license-file = "LICENSE" [profile.dev] opt-level = 3 lto = true debug = 1 [profile.release] opt-level = 3 lto = true debug-assertions = true [lib] name = "grumpy" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "grumpy" path = "src/main.rs" [dependencies.gb-io] version = "0.7.1" [dependencies.ordered-float] version = "4.2.1" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.pyo3] version = "0.22.1" features = ["extension-module"] [dependencies.rayon] version = "1.10.0" [dependencies.string_cache] version = "0.8.7" [dependencies.vcf] version = "0.6.1" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]