# 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 = "give_a_sheet" version = "0.1.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Toolkit for generating input samplesheets for a variety of nf-core pipelines." homepage = "https://github.com/nrminor/give-a-sheet" documentation = "https://github.com/nrminor/give-a-sheet/blob/main/README.md" readme = "README.md" keywords = [ "science", "reproducibility", "bioinformatics", "data", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/nrminor/give-a-sheet" [profile.dev.package.backtrace] opt-level = 3 [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "give_a_sheet" path = "src/main.rs" [dependencies.clap] version = "4.4.3" features = [ "derive", "cargo", ] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.color-eyre] version = "0.6.3" [dependencies.glob] version = "0.3.1" [dependencies.rayon] version = "1.9.0" [dependencies.regex] version = "1.10.4" [dependencies.tracing] version = "0.1.40"