redskull 0.1.2

A conda recipe generator for Rust crates.
Documentation
# 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 = "2024"
name = "redskull"
version = "0.1.2"
authors = ["Nils Homer <nils@fulcrumgenomics.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A conda recipe generator for Rust crates."
homepage = "https://github.com/fg-labs/redskull"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomic",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/fg-labs/redskull"

[lib]
name = "redskull_lib"
path = "src/lib/mod.rs"

[[bin]]
name = "redskull"
path = "src/bin/main.rs"

[[test]]
name = "tier1"
path = "tests/tier1.rs"

[[test]]
name = "tier2"
path = "tests/tier2.rs"

[[test]]
name = "tier3"
path = "tests/tier3.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.clap]
version = "4.5.32"
features = [
    "derive",
    "unstable-markdown",
]

[dependencies.crates_io_api]
version = "0.12.0"
features = ["rustls"]
default-features = false

[dependencies.env_logger]
version = "0.11.7"

[dependencies.flate2]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.mimalloc]
version = "0.1.32"
default-features = false

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.14"
features = [
    "blocking",
    "json",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.3"

[dependencies.toml]
version = "0.8"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_yml]
version = "0.0.12"

[dev-dependencies.tempfile]
version = "3.3.0"

[build-dependencies.built]
version = "0.7.7"
features = ["git2"]

[profile.release]
lto = "fat"
codegen-units = 1